#CED984

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

Shades of Deco #CED984

Tints of Deco #CED984

Color information

#CED984 (or 0xCED984) is unknown color: approx Deco. HEX triplet: CE, D9 and 84. RGB value is (206,217,132). Sum of RGB (Red+Green+Blue) = 206+217+132=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #CED984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED984 is #31267B. Grayscale: #CCCCCC. Windows color (decimal): -3221116 or 8706510. OLE color: 8706510.

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

Color convert

RGB206217132-
CMYK0.0500.390.15
HSL67.76º52.8%68.43%-
HSV(B)67.76º39.17%85.1%-
XYZ54.4364.4131.39-
YUV204.0287.36129.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 217 (85.16% from 255) = 39.10%
BLUE value IS 132 (51.95% from 255) = 23.78%
R=37.12%
G=39.10%
B=23.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062171320.0500.390.1567.7652.868.43
HexCED9845027F443544
Octal31633120450471710465104
Binary1100111011011001100001001010100111111110001001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED984; }

 p { color: rgb(206,217,132); }

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

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

 a { background-color: rgb(206,217,132); }

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

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

 span { border-color: rgb(206,217,132); }

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