Shades of Pale Chestnut #DAADB2
Tints of Pale Chestnut #DAADB2
RGB
CMYK
RGB Variations
Color information
#DAADB2 (or 0xDAADB2) is known color: Pale Chestnut. HEX triplet: DA, AD and B2. RGB value is (218,173,178). Sum of RGB (Red+Green+Blue) = 218+173+178=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAADB2 is #25524D. Grayscale: #BBBBBB. Windows color (decimal): -2445902 or 11709914. OLE color: 11709914.
HSL color Cylindrical-coordinate representation of color #DAADB2: hue angle of 353.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADB2 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 173 | 178 | - |
CMYK | 0 | 0.21 | 0.18 | 0.15 |
HSL | 353.33º | 0.38% | 0.77% | - |
HSV(B) | 353.33º | 0.21% | 0.85% | - |
XYZ | 51.89 | 48.01 | 48.65 | - |
YUV | 187.03 | 122.91 | 150.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 173 | 178 | 0 | 0.21 | 0.18 | 0.15 | 353.33 | 0.38 | 0.77 |
Hex | DA | AD | B2 | 0 | 15 | 12 | F | 161 | 26 | 4D |
Octal | 332 | 255 | 262 | 0 | 25 | 22 | 17 | 541 | 46 | 115 |
Binary | 11011010 | 10101101 | 10110010 | 0 | 10101 | 10010 | 1111 | 101100001 | 100110 | 1001101 |
Color Harmonies of #DAADB2
Complementary color
Monochromatic Colors of #DAADB2
Black with #DAADB2
Text Example
Text Example
White with #DAADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADB2; }
p { color: rgb(218,173,178); }
H1.HeaderClassName
{
color: #DAADB2;
}
.AnyTagClassName
{
color: #DAADB2;
}
</style>
background-color css
<style>
a { background-color: #DAADB2; }
a { background-color: rgb(218,173,178); }
div.DivClassName
{
background-color: #DAADB2;
}
.BgClassName
{
background-color: #DAADB2;
}
</style>
border-color css
<style>
span { border-color: #DAADB2; }
span { border-color: rgb(218,173,178); }
td.TdClassName
{
border-color: #DAADB2;
}
.TagClassName
{
border-color: #DAADB2;
}
</style>