Shades of Stark White #DACAB2
Tints of Stark White #DACAB2
RGB
CMYK
RGB Variations
Color information
#DACAB2 (or 0xDACAB2) is known color: Stark White. HEX triplet: DA, CA and B2. RGB value is (218,202,178). Sum of RGB (Red+Green+Blue) = 218+202+178=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 178 (69.92% from 255 or 29.77% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACAB2 is #25354D. Grayscale: #CCCCCC. Windows color (decimal): -2438478 or 11717338. OLE color: 11717338.
HSL color Cylindrical-coordinate representation of color #DACAB2: hue angle of 36º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DACAB2 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 178 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.15 |
| HSL | 36º | 0.35% | 0.78% | - |
| HSV(B) | 36º | 0.18% | 0.85% | - |
| XYZ | 58.07 | 60.36 | 50.71 | - |
| YUV | 204.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 178 | 0 | 0.07 | 0.18 | 0.15 | 36 | 0.35 | 0.78 |
| Hex | DA | CA | B2 | 0 | 7 | 12 | F | 24 | 23 | 4E |
| Octal | 332 | 312 | 262 | 0 | 7 | 22 | 17 | 44 | 43 | 116 |
| Binary | 11011010 | 11001010 | 10110010 | 0 | 111 | 10010 | 1111 | 100100 | 100011 | 1001110 |
Color Harmonies of #DACAB2
Complementary color
Monochromatic Colors of #DACAB2
Black with #DACAB2
Text Example
Text Example
White with #DACAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACAB2; }
p { color: rgb(218,202,178); }
H1.HeaderClassName
{
color: #DACAB2;
}
.AnyTagClassName
{
color: #DACAB2;
}
</style>
background-color css
<style>
a { background-color: #DACAB2; }
a { background-color: rgb(218,202,178); }
div.DivClassName
{
background-color: #DACAB2;
}
.BgClassName
{
background-color: #DACAB2;
}
</style>
border-color css
<style>
span { border-color: #DACAB2; }
span { border-color: rgb(218,202,178); }
td.TdClassName
{
border-color: #DACAB2;
}
.TagClassName
{
border-color: #DACAB2;
}
</style>