#CEDD8E

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

Shades of Deco #CEDD8E

Tints of Deco #CEDD8E

Color information

#CEDD8E (or 0xCEDD8E) is unknown color: approx Deco. HEX triplet: CE, DD and 8E. RGB value is (206,221,142). Sum of RGB (Red+Green+Blue) = 206+221+142=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD8E is #312271. Grayscale: #CFCFCF. Windows color (decimal): -3220082 or 9362894. OLE color: 9362894.

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

Color convert

RGB206221142-
CMYK0.0700.360.13
HSL71.39º53.74%71.18%-
HSV(B)71.39º35.75%86.67%-
XYZ56.1966.7935.52-
YUV207.5191.03126.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=36.20%
G=38.84%
B=24.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211420.0700.360.1371.3953.7471.18
HexCEDD8E7024D473647
Octal31633521670441510766107
Binary1100111011011101100011101110100100110110001111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDD8E; }

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

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

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

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

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

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

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

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