Shades of Stark White #DDCAB2
Tints of Stark White #DDCAB2
RGB
CMYK
RGB Variations
Color information
#DDCAB2 (or 0xDDCAB2) is known color: Stark White. HEX triplet: DD, CA and B2. RGB value is (221,202,178). Sum of RGB (Red+Green+Blue) = 221+202+178=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAB2 is #22354D. Grayscale: #CDCDCD. Windows color (decimal): -2241870 or 11717341. OLE color: 11717341.
HSL color Cylindrical-coordinate representation of color #DDCAB2: hue angle of 33.49º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDCAB2 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 202 | 178 | - |
CMYK | 0 | 0.09 | 0.19 | 0.13 |
HSL | 33.49º | 0.39% | 0.78% | - |
HSV(B) | 33.49º | 0.19% | 0.87% | - |
XYZ | 58.98 | 60.83 | 50.75 | - |
YUV | 204.95 | 112.79 | 139.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 178 | 0 | 0.09 | 0.19 | 0.13 | 33.49 | 0.39 | 0.78 |
Hex | DD | CA | B2 | 0 | 9 | 13 | D | 21 | 27 | 4E |
Octal | 335 | 312 | 262 | 0 | 11 | 23 | 15 | 41 | 47 | 116 |
Binary | 11011101 | 11001010 | 10110010 | 0 | 1001 | 10011 | 1101 | 100001 | 100111 | 1001110 |
Color Harmonies of #DDCAB2
Complementary color
Monochromatic Colors of #DDCAB2
Black with #DDCAB2
Text Example
Text Example
White with #DDCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAB2; }
p { color: rgb(221,202,178); }
H1.HeaderClassName
{
color: #DDCAB2;
}
.AnyTagClassName
{
color: #DDCAB2;
}
</style>
background-color css
<style>
a { background-color: #DDCAB2; }
a { background-color: rgb(221,202,178); }
div.DivClassName
{
background-color: #DDCAB2;
}
.BgClassName
{
background-color: #DDCAB2;
}
</style>
border-color css
<style>
span { border-color: #DDCAB2; }
span { border-color: rgb(221,202,178); }
td.TdClassName
{
border-color: #DDCAB2;
}
.TagClassName
{
border-color: #DDCAB2;
}
</style>