#CED096

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

Shades of Deco #CED096

Tints of Deco #CED096

Color information

#CED096 (or 0xCED096) is unknown color: approx Deco. HEX triplet: CE, D0 and 96. RGB value is (206,208,150). Sum of RGB (Red+Green+Blue) = 206+208+150=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #CED096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED096 is #312F69. Grayscale: #C9C9C9. Windows color (decimal): -3223402 or 9883854. OLE color: 9883854.

HSL color Cylindrical-coordinate representation of color #CED096: hue angle of 62.07º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CED096 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB206208150-
CMYK0.0100.280.18
HSL62.07º38.16%70.2%-
HSV(B)62.07º27.88%81.57%-
XYZ53.5160.4437.7-
YUV200.7999.34131.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.52%
GREEN value IS 208 (81.64% from 255) = 36.88%
BLUE value IS 150 (58.98% from 255) = 26.60%
R=36.52%
G=36.88%
B=26.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062081500.0100.280.1862.0738.1670.2
HexCED096101C123e2646
Octal3163202261034227646106
Binary1100111011010000100101101011100100101111101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED096; }

 p { color: rgb(206,208,150); }

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

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

 a { background-color: rgb(206,208,150); }

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

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

 span { border-color: rgb(206,208,150); }

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