#CEDD89

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

Shades of Deco #CEDD89

Tints of Deco #CEDD89

Color information

#CEDD89 (or 0xCEDD89) is unknown color: approx Deco. HEX triplet: CE, DD and 89. RGB value is (206,221,137). Sum of RGB (Red+Green+Blue) = 206+221+137=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 137 (53.91% from 255 or 24.29% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD89 is #312276. Grayscale: #CFCFCF. Windows color (decimal): -3220087 or 9035214. OLE color: 9035214.

HSL color Cylindrical-coordinate representation of color #CEDD89: hue angle of 70.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEDD89 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB206221137-
CMYK0.0700.380.13
HSL70.71º55.26%70.2%-
HSV(B)70.71º38.01%86.67%-
XYZ55.8366.6433.59-
YUV206.9488.53127.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.52%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 137 (53.91% from 255) = 24.29%
R=36.52%
G=39.18%
B=24.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211370.0700.380.1370.7155.2670.2
HexCEDD897026D473746
Octal31633521170461510767106
Binary1100111011011101100010011110100110110110001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDD89; }

 p { color: rgb(206,221,137); }

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

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

 a { background-color: rgb(206,221,137); }

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

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

 span { border-color: rgb(206,221,137); }

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