#CED980

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

Shades of Deco #CED980

Tints of Deco #CED980

Color information

#CED980 (or 0xCED980) is unknown color: approx Deco. HEX triplet: CE, D9 and 80. RGB value is (206,217,128). Sum of RGB (Red+Green+Blue) = 206+217+128=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #CED980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED980 is #31267F. Grayscale: #CBCBCB. Windows color (decimal): -3221120 or 8444366. OLE color: 8444366.

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

Color convert

RGB206217128-
CMYK0.0500.410.15
HSL67.42º53.94%67.65%-
HSV(B)67.42º41.01%85.1%-
XYZ54.1664.3129.98-
YUV203.5685.36129.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 217 (85.16% from 255) = 39.38%
BLUE value IS 128 (50.39% from 255) = 23.23%
R=37.39%
G=39.38%
B=23.23%

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
Decimal2062171280.0500.410.1567.4253.9467.65
HexCED9805029F433644
Octal31633120050511710366104
Binary1100111011011001100000001010101001111110000111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED980; }

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

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

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

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

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

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

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

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