#CEDB87

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

Shades of Deco #CEDB87

Tints of Deco #CEDB87

Color information

#CEDB87 (or 0xCEDB87) is unknown color: approx Deco. HEX triplet: CE, DB and 87. RGB value is (206,219,135). Sum of RGB (Red+Green+Blue) = 206+219+135=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 135 (53.12% from 255 or 24.11% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB87 is #312478. Grayscale: #CDCDCD. Windows color (decimal): -3220601 or 8903630. OLE color: 8903630.

HSL color Cylindrical-coordinate representation of color #CEDB87: hue angle of 69.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEDB87 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB206219135-
CMYK0.0600.380.14
HSL69.29º53.85%69.41%-
HSV(B)69.29º38.36%85.88%-
XYZ55.1665.5332.66-
YUV205.5488.19128.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 219 (85.94% from 255) = 39.11%
BLUE value IS 135 (53.12% from 255) = 24.11%
R=36.79%
G=39.11%
B=24.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062191350.0600.380.1469.2953.8569.41
HexCEDB876026E453645
Octal31633320760461610566105
Binary1100111011011011100001111100100110111010001011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDB87; }

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

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

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

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

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

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

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

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