#CED881

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

Shades of Deco #CED881

Tints of Deco #CED881

Color information

#CED881 (or 0xCED881) is unknown color: approx Deco. HEX triplet: CE, D8 and 81. RGB value is (206,216,129). Sum of RGB (Red+Green+Blue) = 206+216+129=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #CED881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED881 is #31277E. Grayscale: #CBCBCB. Windows color (decimal): -3221375 or 8509646. OLE color: 8509646.

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

Color convert

RGB206216129-
CMYK0.0500.400.15
HSL66.9º52.73%67.65%-
HSV(B)66.9º40.28%84.71%-
XYZ53.9763.8230.24-
YUV203.0986.19130.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 216 (84.77% from 255) = 39.20%
BLUE value IS 129 (50.78% from 255) = 23.41%
R=37.39%
G=39.20%
B=23.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062161290.0500.400.1566.952.7367.65
HexCED8815028F433544
Octal31633020150501710365104
Binary1100111011011000100000011010101000111110000111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED881; }

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

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

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

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

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

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

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

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