#CED880

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

Shades of Deco #CED880

Tints of Deco #CED880

Color information

#CED880 (or 0xCED880) is unknown color: approx Deco. HEX triplet: CE, D8 and 80. RGB value is (206,216,128). Sum of RGB (Red+Green+Blue) = 206+216+128=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 216 - color contains mainly: green. Hex color #CED880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED880 is #31277F. Grayscale: #CBCBCB. Windows color (decimal): -3221376 or 8444110. OLE color: 8444110.

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

Color convert

RGB206216128-
CMYK0.0500.410.15
HSL66.82º53.01%67.45%-
HSV(B)66.82º40.74%84.71%-
XYZ53.9163.7929.89-
YUV202.9885.69130.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 216 (84.77% from 255) = 39.27%
BLUE value IS 128 (50.39% from 255) = 23.27%
R=37.45%
G=39.27%
B=23.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062161280.0500.410.1566.8253.0167.45
HexCED8805029F433543
Octal31633020050511710365103
Binary1100111011011000100000001010101001111110000111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED880; }

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

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

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

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

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

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

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

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