#CED991

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

Shades of Deco #CED991

Tints of Deco #CED991

Color information

#CED991 (or 0xCED991) is unknown color: approx Deco. HEX triplet: CE, D9 and 91. RGB value is (206,217,145). Sum of RGB (Red+Green+Blue) = 206+217+145=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 217 - color contains mainly: green. Hex color #CED991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED991 is #31266E. Grayscale: #CDCDCD. Windows color (decimal): -3221103 or 9558478. OLE color: 9558478.

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

Color convert

RGB206217145-
CMYK0.0500.330.15
HSL69.17º48.65%70.98%-
HSV(B)69.17º33.18%85.1%-
XYZ55.3864.7936.38-
YUV205.593.86128.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.27%
GREEN value IS 217 (85.16% from 255) = 38.20%
BLUE value IS 145 (57.03% from 255) = 25.53%
R=36.27%
G=38.20%
B=25.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062171450.0500.330.1569.1748.6570.98
HexCED9915021F453147
Octal31633122150411710561107
Binary1100111011011001100100011010100001111110001011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED991; }

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

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

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

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

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

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

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

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