Html Css Color HEX #DECFAA Sapling

📋 copy color: '#DECFAA'

red 222 ◦ green 207 ◦ blue 170

#DECFAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapling #DECFAA

Tints of Sapling #DECFAA

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.8% from 255) = 28.38%

R = 37.06%
G = 34.56%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DECFAA (or 0xDECFAA) is known color: 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

RGB 222 207 170 -
CMYK 0 0.07 0.23 0.13
HSL 42.69º 0.44% 0.77% -
HSV(B) 42.69º 0.23% 0.87% -
XYZ 59.69 63.06 47.06 -
YUV 207.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 222 207 170 0 0.07 0.23 0.13 42.69 0.44 0.77
Hex DE CF AA 0 7 17 D 2B 2C 4D
Octal 336 317 252 0 7 27 15 53 54 115
Binary 11011110 11001111 10101010 0 111 10111 1101 101011 101100 1001101

Color Harmonies of #DECFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECFAA

Black with #DECFAA

Text Example


Text Example

White with #DECFAA

Text Example


Text Example

HTML Codes & Css Web 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>