Html Css Color HEX #DECFA6 Sapling

📋 copy color: '#DECFA6'

red 222 ◦ green 207 ◦ blue 166

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

Shades of Sapling #DECFA6

Tints of Sapling #DECFA6

RGB

 RED value IS 222 (87.11% from 255) = 37.31%

 GREEN value IS 207 (81.25% from 255) = 34.79%

 BLUE value IS 166 (65.23% from 255) = 27.9%

R = 37.31%
G = 34.79%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DECFA6 (or 0xDECFA6) is known color: Sapling. HEX triplet: DE, CF and A6. RGB value is (222,207,166). Sum of RGB (Red+Green+Blue) = 222+207+166=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECFA6 is #213059. Grayscale: #CECECE. Windows color (decimal): -2175066 or 10932190. OLE color: 10932190.

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

Color convert

RGB 222 207 166 -
CMYK 0 0.07 0.25 0.13
HSL 43.93º 0.46% 0.76% -
HSV(B) 43.93º 0.25% 0.87% -
XYZ 59.32 62.91 45.09 -
YUV 206.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 222 207 166 0 0.07 0.25 0.13 43.93 0.46 0.76
Hex DE CF A6 0 7 19 D 2C 2E 4C
Octal 336 317 246 0 7 31 15 54 56 114
Binary 11011110 11001111 10100110 0 111 11001 1101 101100 101110 1001100

Color Harmonies of #DECFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECFA6

Black with #DECFA6

Text Example


Text Example

White with #DECFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECFA6; }

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

 H1.HeaderClassName
 {
   color: #DECFA6;
 }
 .AnyTagClassName
 {
   color: #DECFA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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