#CED896

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

Shades of Deco #CED896

Tints of Deco #CED896

Color information

#CED896 (or 0xCED896) is unknown color: approx Deco. HEX triplet: CE, D8 and 96. RGB value is (206,216,150). Sum of RGB (Red+Green+Blue) = 206+216+150=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #CED896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED896 is #312769. Grayscale: #CDCDCD. Windows color (decimal): -3221354 or 9885902. OLE color: 9885902.

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

Color convert

RGB206216150-
CMYK0.0500.310.15
HSL69.09º45.83%71.76%-
HSV(B)69.09º30.56%84.71%-
XYZ55.5164.4438.37-
YUV205.4996.69128.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 216 (84.77% from 255) = 37.76%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=36.01%
G=37.76%
B=26.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062161500.0500.310.1569.0945.8371.76
HexCED896501FF452e48
Octal31633022650371710556110
Binary110011101101100010010110101011111111110001011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED896; }

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

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

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

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

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

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

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

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