#CED897

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

Shades of Deco #CED897

Tints of Deco #CED897

Color information

#CED897 (or 0xCED897) is unknown color: approx Deco. HEX triplet: CE, D8 and 97. RGB value is (206,216,151). Sum of RGB (Red+Green+Blue) = 206+216+151=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 151 (59.38% from 255 or 26.35% from 573); Max value from RGB is 216 - color contains mainly: green. Hex color #CED897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED897 is #312768. Grayscale: #CDCDCD. Windows color (decimal): -3221353 or 9951438. OLE color: 9951438.

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

Color convert

RGB206216151-
CMYK0.0500.300.15
HSL69.23º45.45%71.96%-
HSV(B)69.23º30.09%84.71%-
XYZ55.664.4738.79-
YUV205.697.19128.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 216 (84.77% from 255) = 37.70%
BLUE value IS 151 (59.38% from 255) = 26.35%
R=35.95%
G=37.70%
B=26.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062161510.0500.300.1569.2345.4571.96
HexCED897501EF452d48
Octal31633022750361710555110
Binary110011101101100010010111101011110111110001011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED897; }

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

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

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

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

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

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

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

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