#CED780

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

Shades of Deco #CED780

Tints of Deco #CED780

Color information

#CED780 (or 0xCED780) is unknown color: approx Deco. HEX triplet: CE, D7 and 80. RGB value is (206,215,128). Sum of RGB (Red+Green+Blue) = 206+215+128=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #CED780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED780 is #31287F. Grayscale: #CACACA. Windows color (decimal): -3221632 or 8443854. OLE color: 8443854.

HSL color Cylindrical-coordinate representation of color #CED780: hue angle of 66.21º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CED780 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB206215128-
CMYK0.0400.400.16
HSL66.21º52.1%67.25%-
HSV(B)66.21º40.47%84.31%-
XYZ53.6563.2829.81-
YUV202.3986.02130.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 215 (84.38% from 255) = 39.16%
BLUE value IS 128 (50.39% from 255) = 23.32%
R=37.52%
G=39.16%
B=23.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151280.0400.400.1666.2152.167.25
HexCED780402810423443
Octal31632720040502010264103
Binary11001110110101111000000010001010001000010000101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED780; }

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

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

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

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

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

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

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

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