#CED796

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

Shades of Deco #CED796

Tints of Deco #CED796

Color information

#CED796 (or 0xCED796) is unknown color: approx Deco. HEX triplet: CE, D7 and 96. RGB value is (206,215,150). Sum of RGB (Red+Green+Blue) = 206+215+150=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 215 - color contains mainly: green. Hex color #CED796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED796 is #312869. Grayscale: #CDCDCD. Windows color (decimal): -3221610 or 9885646. OLE color: 9885646.

HSL color Cylindrical-coordinate representation of color #CED796: hue angle of 68.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CED796 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB206215150-
CMYK0.0400.300.16
HSL68.31º44.83%71.57%-
HSV(B)68.31º30.23%84.31%-
XYZ55.2663.9238.28-
YUV204.997.02128.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 215 (84.38% from 255) = 37.65%
BLUE value IS 150 (58.98% from 255) = 26.27%
R=36.08%
G=37.65%
B=26.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151500.0400.300.1668.3144.8371.57
HexCED796401E10442d48
Octal31632722640362010455110
Binary1100111011010111100101101000111101000010001001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED796; }

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

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

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

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

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

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

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

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