#CFD880

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

Shades of Deco #CFD880

Tints of Deco #CFD880

Color information

#CFD880 (or 0xCFD880) is unknown color: approx Deco. HEX triplet: CF, D8 and 80. RGB value is (207,216,128). Sum of RGB (Red+Green+Blue) = 207+216+128=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD880 is #30277F. Grayscale: #CBCBCB. Windows color (decimal): -3155840 or 8444111. OLE color: 8444111.

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

Color convert

RGB207216128-
CMYK0.0400.410.15
HSL66.14º53.01%67.45%-
HSV(B)66.14º40.74%84.71%-
XYZ54.1863.9429.91-
YUV203.2885.52130.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 216 (84.77% from 255) = 39.20%
BLUE value IS 128 (50.39% from 255) = 23.23%
R=37.57%
G=39.20%
B=23.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072161280.0400.410.1566.1453.0167.45
HexCFD8804029F423543
Octal31733020040511710265103
Binary1100111111011000100000001000101001111110000101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD880; }

 p { color: rgb(207,216,128); }

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

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

 a { background-color: rgb(207,216,128); }

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

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

 span { border-color: rgb(207,216,128); }

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