Shades of White Rock #DDD4B2
Tints of White Rock #DDD4B2
RGB
CMYK
RGB Variations
Color information
#DDD4B2 (or 0xDDD4B2) is known color: White Rock. HEX triplet: DD, D4 and B2. RGB value is (221,212,178). Sum of RGB (Red+Green+Blue) = 221+212+178=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD4B2 is #222B4D. Grayscale: #D2D2D2. Windows color (decimal): -2239310 or 11719901. OLE color: 11719901.
HSL color Cylindrical-coordinate representation of color #DDD4B2: hue angle of 47.44º 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 #DDD4B2 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 178 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.13 |
| HSL | 47.44º | 0.39% | 0.78% | - |
| HSV(B) | 47.44º | 0.19% | 0.87% | - |
| XYZ | 61.4 | 65.67 | 51.56 | - |
| YUV | 210.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 178 | 0 | 0.04 | 0.19 | 0.13 | 47.44 | 0.39 | 0.78 |
| Hex | DD | D4 | B2 | 0 | 4 | 13 | D | 2F | 27 | 4E |
| Octal | 335 | 324 | 262 | 0 | 4 | 23 | 15 | 57 | 47 | 116 |
| Binary | 11011101 | 11010100 | 10110010 | 0 | 100 | 10011 | 1101 | 101111 | 100111 | 1001110 |
Color Harmonies of #DDD4B2
Complementary color
Monochromatic Colors of #DDD4B2
Black with #DDD4B2
Text Example
Text Example
White with #DDD4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4B2; }
p { color: rgb(221,212,178); }
H1.HeaderClassName
{
color: #DDD4B2;
}
.AnyTagClassName
{
color: #DDD4B2;
}
</style>
background-color css
<style>
a { background-color: #DDD4B2; }
a { background-color: rgb(221,212,178); }
div.DivClassName
{
background-color: #DDD4B2;
}
.BgClassName
{
background-color: #DDD4B2;
}
</style>
border-color css
<style>
span { border-color: #DDD4B2; }
span { border-color: rgb(221,212,178); }
td.TdClassName
{
border-color: #DDD4B2;
}
.TagClassName
{
border-color: #DDD4B2;
}
</style>