#CFDE87

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

Shades of Deco #CFDE87

Tints of Deco #CFDE87

Color information

#CFDE87 (or 0xCFDE87) is unknown color: approx Deco. HEX triplet: CF, DE and 87. RGB value is (207,222,135). Sum of RGB (Red+Green+Blue) = 207+222+135=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 135 (53.12% from 255 or 23.94% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDE87 is #302178. Grayscale: #CFCFCF. Windows color (decimal): -3154297 or 8904399. OLE color: 8904399.

HSL color Cylindrical-coordinate representation of color #CFDE87: hue angle of 70.34º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFDE87 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB207222135-
CMYK0.0700.390.13
HSL70.34º56.86%70%-
HSV(B)70.34º39.19%87.06%-
XYZ56.2367.2632.94-
YUV207.687.03127.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 222 (87.11% from 255) = 39.36%
BLUE value IS 135 (53.12% from 255) = 23.94%
R=36.70%
G=39.36%
B=23.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221350.0700.390.1370.3456.8670
HexCFDE877027D463946
Octal31733620770471510671106
Binary1100111111011110100001111110100111110110001101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDE87; }

 p { color: rgb(207,222,135); }

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

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

 a { background-color: rgb(207,222,135); }

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

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

 span { border-color: rgb(207,222,135); }

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