#CFD486

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

Shades of Deco #CFD486

Tints of Deco #CFD486

Color information

#CFD486 (or 0xCFD486) is unknown color: approx Deco. HEX triplet: CF, D4 and 86. RGB value is (207,212,134). Sum of RGB (Red+Green+Blue) = 207+212+134=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD486 is #302B79. Grayscale: #C9C9C9. Windows color (decimal): -3156858 or 8836303. OLE color: 8836303.

HSL color Cylindrical-coordinate representation of color #CFD486: hue angle of 63.85º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFD486 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB207212134-
CMYK0.0200.370.17
HSL63.85º47.56%67.84%-
HSV(B)63.85º36.79%83.14%-
XYZ53.5862.0731.71-
YUV201.6189.84131.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 212 (83.20% from 255) = 38.34%
BLUE value IS 134 (52.73% from 255) = 24.23%
R=37.43%
G=38.34%
B=24.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072121340.0200.370.1763.8547.5667.84
HexCFD486202511403044
Octal31732420620452110060104
Binary1100111111010100100001101001001011000110000001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD486; }

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

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

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

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

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

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

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

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