#DECFAA

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

Shades of Sapling #DECFAA

Tints of Sapling #DECFAA

Color information

#DECFAA (or 0xDECFAA) is unknown color: approx Sapling. HEX triplet: DE, CF and AA. RGB value is (222,207,170). Sum of RGB (Red+Green+Blue) = 222+207+170=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECFAA is #213055. Grayscale: #CFCFCF. Windows color (decimal): -2175062 or 11194334. OLE color: 11194334.

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

Color convert

RGB222207170-
CMYK00.070.230.13
HSL42.69º44.07%76.86%-
HSV(B)42.69º23.42%87.06%-
XYZ59.6963.0647.06-
YUV207.27106.97138.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.06%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 170 (66.80% from 255) = 28.38%
R=37.06%
G=34.56%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220717000.070.230.1342.6944.0776.86
HexDECFAA0717D2b2c4d
Octal3363172520727155354115
Binary11011110110011111010101001111011111011010111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECFAA; }

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

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

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

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

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

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

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

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