#DDCFAA

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

Shades of Sapling #DDCFAA

Tints of Sapling #DDCFAA

Color information

#DDCFAA (or 0xDDCFAA) is unknown color: approx Sapling. HEX triplet: DD, CF and AA. RGB value is (221,207,170). Sum of RGB (Red+Green+Blue) = 221+207+170=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCFAA is #223055. Grayscale: #CFCFCF. Windows color (decimal): -2240598 or 11194333. OLE color: 11194333.

HSL color Cylindrical-coordinate representation of color #DDCFAA: hue angle of 43.53º degrees, saturation: 0.43, 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 #DDCFAA is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221207170-
CMYK00.060.230.13
HSL43.53º42.86%76.67%-
HSV(B)43.53º23.08%86.67%-
XYZ59.3962.947.04-
YUV206.97107.14138.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 207 (81.25% from 255) = 34.62%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=36.96%
G=34.62%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120717000.060.230.1343.5342.8676.67
HexDDCFAA0617D2c2b4d
Octal3353172520627155453115
Binary11011101110011111010101001101011111011011001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFAA; }

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

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

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

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

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

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

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

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