#CED855

Color #CED855 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CED855

Tints of Wild Willow #CED855

Color information

#CED855 (or 0xCED855) is unknown color: approx Wild Willow. HEX triplet: CE, D8 and 55. RGB value is (206,216,85). Sum of RGB (Red+Green+Blue) = 206+216+85=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #CED855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED855 is #3127AA. Grayscale: #C6C6C6. Windows color (decimal): -3221419 or 5626062. OLE color: 5626062.

HSL color Cylindrical-coordinate representation of color #CED855: hue angle of 64.58º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CED855 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB20621685-
CMYK0.0500.610.15
HSL64.58º62.68%59.02%-
HSV(B)64.58º60.65%84.71%-
XYZ51.6562.8918.01-
YUV198.0864.19133.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 216 (84.77% from 255) = 42.60%
BLUE value IS 85 (33.59% from 255) = 16.77%
R=40.63%
G=42.60%
B=16.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206216850.0500.610.1564.5862.6859.02
HexCED855503DF413f3b
Octal3163301255075171017773
Binary11001110110110001010101101011110111111000001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED855; }

 p { color: rgb(206,216,85); }

 H1.HeaderClassName
 {
   color: #CED855;
 }
 .AnyTagClassName
 {
   color: #CED855;
 }
</style>
background-color css

<style>
 a { background-color: #CED855; }

 a { background-color: rgb(206,216,85); }

 div.DivClassName
 {
   background-color: #CED855;
 }
 .BgClassName
 {
   background-color: #CED855;
 }
</style>
border-color css

<style>
 span { border-color: #CED855; }

 span { border-color: rgb(206,216,85); }

 td.TdClassName
 {
   border-color: #CED855;
 }
 .TagClassName
 {
   border-color: #CED855;
 }
</style>