#CED254

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

Shades of Wild Willow #CED254

Tints of Wild Willow #CED254

Color information

#CED254 (or 0xCED254) is unknown color: approx Wild Willow. HEX triplet: CE, D2 and 54. RGB value is (206,210,84). Sum of RGB (Red+Green+Blue) = 206+210+84=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #CED254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED254 is #312DAB. Grayscale: #C2C2C2. Windows color (decimal): -3222956 or 5558990. OLE color: 5558990.

HSL color Cylindrical-coordinate representation of color #CED254: hue angle of 61.9º 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 #CED254 is Cyan = 0.02, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.

Color convert

RGB20621084-
CMYK0.0200.60.18
HSL61.9º58.33%57.65%-
HSV(B)61.9º60%82.35%-
XYZ50.159.8617.3-
YUV194.4465.67136.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 210 (82.42% from 255) = 42%
BLUE value IS 84 (33.20% from 255) = 16.8%
R=41.2%
G=42%
B=16.8%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206210840.0200.60.1861.958.3357.65
HexCED254203C123e3a3a
Octal316322124207422767272
Binary1100111011010010101010010011110010010111110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED254; }

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

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

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

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

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

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

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

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