Shades of Pale Chestnut #DDAFB2
Tints of Pale Chestnut #DDAFB2
RGB
CMYK
RGB Variations
Color information
#DDAFB2 (or 0xDDAFB2) is known color: Pale Chestnut. HEX triplet: DD, AF and B2. RGB value is (221,175,178). Sum of RGB (Red+Green+Blue) = 221+175+178=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAFB2 is #22504D. Grayscale: #BDBDBD. Windows color (decimal): -2248782 or 11710429. OLE color: 11710429.
HSL color Cylindrical-coordinate representation of color #DDAFB2: hue angle of 356.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAFB2 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 175 | 178 | - |
CMYK | 0 | 0.21 | 0.19 | 0.13 |
HSL | 356.09º | 0.4% | 0.78% | - |
HSV(B) | 356.09º | 0.21% | 0.87% | - |
XYZ | 53.18 | 49.25 | 48.82 | - |
YUV | 189.1 | 121.74 | 150.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 175 | 178 | 0 | 0.21 | 0.19 | 0.13 | 356.09 | 0.4 | 0.78 |
Hex | DD | AF | B2 | 0 | 15 | 13 | D | 164 | 28 | 4E |
Octal | 335 | 257 | 262 | 0 | 25 | 23 | 15 | 544 | 50 | 116 |
Binary | 11011101 | 10101111 | 10110010 | 0 | 10101 | 10011 | 1101 | 101100100 | 101000 | 1001110 |
Color Harmonies of #DDAFB2
Complementary color
Monochromatic Colors of #DDAFB2
Black with #DDAFB2
Text Example
Text Example
White with #DDAFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFB2; }
p { color: rgb(221,175,178); }
H1.HeaderClassName
{
color: #DDAFB2;
}
.AnyTagClassName
{
color: #DDAFB2;
}
</style>
background-color css
<style>
a { background-color: #DDAFB2; }
a { background-color: rgb(221,175,178); }
div.DivClassName
{
background-color: #DDAFB2;
}
.BgClassName
{
background-color: #DDAFB2;
}
</style>
border-color css
<style>
span { border-color: #DDAFB2; }
span { border-color: rgb(221,175,178); }
td.TdClassName
{
border-color: #DDAFB2;
}
.TagClassName
{
border-color: #DDAFB2;
}
</style>