#CED982

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

Shades of Deco #CED982

Tints of Deco #CED982

Color information

#CED982 (or 0xCED982) is unknown color: approx Deco. HEX triplet: CE, D9 and 82. RGB value is (206,217,130). Sum of RGB (Red+Green+Blue) = 206+217+130=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #CED982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED982 is #31267D. Grayscale: #CCCCCC. Windows color (decimal): -3221118 or 8575438. OLE color: 8575438.

HSL color Cylindrical-coordinate representation of color #CED982: hue angle of 67.59º 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 #CED982 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB206217130-
CMYK0.0500.400.15
HSL67.59º53.37%68.04%-
HSV(B)67.59º40.09%85.1%-
XYZ54.364.3630.68-
YUV203.7986.36129.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 217 (85.16% from 255) = 39.24%
BLUE value IS 130 (51.17% from 255) = 23.51%
R=37.25%
G=39.24%
B=23.51%

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
Decimal2062171300.0500.400.1567.5953.3768.04
HexCED9825028F443544
Octal31633120250501710465104
Binary1100111011011001100000101010101000111110001001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED982; }

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

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

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

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

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

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

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

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