#CEDE87

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

Shades of Deco #CEDE87

Tints of Deco #CEDE87

Color information

#CEDE87 (or 0xCEDE87) is unknown color: approx Deco. HEX triplet: CE, DE and 87. RGB value is (206,222,135). Sum of RGB (Red+Green+Blue) = 206+222+135=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 135 (53.12% from 255 or 23.98% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDE87 is #312178. Grayscale: #CFCFCF. Windows color (decimal): -3219833 or 8904398. OLE color: 8904398.

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

Color convert

RGB206222135-
CMYK0.0700.390.13
HSL71.03º56.86%70%-
HSV(B)71.03º39.19%87.06%-
XYZ55.9567.1132.93-
YUV207.387.2127.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.59%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 135 (53.12% from 255) = 23.98%
R=36.59%
G=39.43%
B=23.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062221350.0700.390.1371.0356.8670
HexCEDE877027D473946
Octal31633620770471510771106
Binary1100111011011110100001111110100111110110001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDE87; }

 p { color: rgb(206,222,135); }

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

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

 a { background-color: rgb(206,222,135); }

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

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

 span { border-color: rgb(206,222,135); }

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