#CED196

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

Shades of Deco #CED196

Tints of Deco #CED196

Color information

#CED196 (or 0xCED196) is unknown color: approx Deco. HEX triplet: CE, D1 and 96. RGB value is (206,209,150). Sum of RGB (Red+Green+Blue) = 206+209+150=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 209 - color contains mainly: green. Hex color #CED196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED196 is #312E69. Grayscale: #C9C9C9. Windows color (decimal): -3223146 or 9884110. OLE color: 9884110.

HSL color Cylindrical-coordinate representation of color #CED196: hue angle of 63.05º degrees, saturation: 0.39, 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 #CED196 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB206209150-
CMYK0.0100.280.18
HSL63.05º39.07%70.39%-
HSV(B)63.05º28.23%81.96%-
XYZ53.7660.9237.78-
YUV201.3899.01131.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 209 (82.03% from 255) = 36.99%
BLUE value IS 150 (58.98% from 255) = 26.55%
R=36.46%
G=36.99%
B=26.55%

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
Decimal2062091500.0100.280.1863.0539.0770.39
HexCED196101C123f2746
Octal3163212261034227747106
Binary1100111011010001100101101011100100101111111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED196; }

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

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

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

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

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

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

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

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