#CED999

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

Shades of Deco #CED999

Tints of Deco #CED999

Color information

#CED999 (or 0xCED999) is unknown color: approx Deco. HEX triplet: CE, D9 and 99. RGB value is (206,217,153). Sum of RGB (Red+Green+Blue) = 206+217+153=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 153 (60.16% from 255 or 26.56% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #CED999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED999 is #312666. Grayscale: #CECECE. Windows color (decimal): -3221095 or 10082766. OLE color: 10082766.

HSL color Cylindrical-coordinate representation of color #CED999: hue angle of 70.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CED999 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB206217153-
CMYK0.0500.290.15
HSL70.31º45.71%72.55%-
HSV(B)70.31º29.49%85.1%-
XYZ56.0265.0539.74-
YUV206.4297.86127.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 217 (85.16% from 255) = 37.67%
BLUE value IS 153 (60.16% from 255) = 26.56%
R=35.76%
G=37.67%
B=26.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062171530.0500.290.1570.3145.7172.55
HexCED999501DF462e49
Octal31633123150351710656111
Binary110011101101100110011001101011101111110001101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED999; }

 p { color: rgb(206,217,153); }

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

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

 a { background-color: rgb(206,217,153); }

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

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

 span { border-color: rgb(206,217,153); }

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