#CED255

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

Shades of Wild Willow #CED255

Tints of Wild Willow #CED255

Color information

#CED255 (or 0xCED255) is unknown color: approx Wild Willow. HEX triplet: CE, D2 and 55. RGB value is (206,210,85). Sum of RGB (Red+Green+Blue) = 206+210+85=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #CED255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED255 is #312DAA. Grayscale: #C3C3C3. Windows color (decimal): -3222955 or 5624526. OLE color: 5624526.

HSL color Cylindrical-coordinate representation of color #CED255: hue angle of 61.92º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CED255 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB20621085-
CMYK0.0200.600.18
HSL61.92º58.14%57.84%-
HSV(B)61.92º59.52%82.35%-
XYZ50.1459.8717.51-
YUV194.5566.17136.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 210 (82.42% from 255) = 41.92%
BLUE value IS 85 (33.59% from 255) = 16.97%
R=41.12%
G=41.92%
B=16.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206210850.0200.600.1861.9258.1457.84
HexCED255203C123e3a3a
Octal316322125207422767272
Binary1100111011010010101010110011110010010111110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED255; }

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

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

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

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

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

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

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

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