#CFDE86

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

Shades of Deco #CFDE86

Tints of Deco #CFDE86

Color information

#CFDE86 (or 0xCFDE86) is unknown color: approx Deco. HEX triplet: CF, DE and 86. RGB value is (207,222,134). Sum of RGB (Red+Green+Blue) = 207+222+134=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDE86 is #302179. Grayscale: #CFCFCF. Windows color (decimal): -3154298 or 8838863. OLE color: 8838863.

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

Color convert

RGB207222134-
CMYK0.0700.400.13
HSL70.23º57.14%69.8%-
HSV(B)70.23º39.64%87.06%-
XYZ56.1667.2332.57-
YUV207.4886.53127.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 134 (52.73% from 255) = 23.80%
R=36.77%
G=39.43%
B=23.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221340.0700.400.1370.2357.1469.8
HexCFDE867028D463946
Octal31733620670501510671106
Binary1100111111011110100001101110101000110110001101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDE86; }

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

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

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

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

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

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

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

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