#DECFA8

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

Shades of Sapling #DECFA8

Tints of Sapling #DECFA8

Color information

#DECFA8 (or 0xDECFA8) is unknown color: approx Sapling. HEX triplet: DE, CF and A8. RGB value is (222,207,168). Sum of RGB (Red+Green+Blue) = 222+207+168=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECFA8 is #213057. Grayscale: #CFCFCF. Windows color (decimal): -2175064 or 11063262. OLE color: 11063262.

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

Color convert

RGB222207168-
CMYK00.070.240.13
HSL43.33º45%76.47%-
HSV(B)43.33º24.32%87.06%-
XYZ59.562.9846.07-
YUV207.04105.97138.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.19%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 168 (66.02% from 255) = 28.14%
R=37.19%
G=34.67%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220716800.070.240.1343.334576.47
HexDECFA80718D2b2d4c
Octal3363172500730155355114
Binary11011110110011111010100001111100011011010111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECFA8; }

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

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

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

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

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

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

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

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