Shades of White Rock #DAD4B8
Tints of White Rock #DAD4B8
RGB
CMYK
RGB Variations
Color information
#DAD4B8 (or 0xDAD4B8) is known color: White Rock. HEX triplet: DA, D4 and B8. RGB value is (218,212,184). Sum of RGB (Red+Green+Blue) = 218+212+184=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 184 (72.27% from 255 or 29.97% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4B8 is #252B47. Grayscale: #D2D2D2. Windows color (decimal): -2435912 or 12113114. OLE color: 12113114.
HSL color Cylindrical-coordinate representation of color #DAD4B8: hue angle of 49.41º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAD4B8 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 184 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.15 |
| HSL | 49.41º | 0.31% | 0.79% | - |
| HSV(B) | 49.41º | 0.16% | 0.85% | - |
| XYZ | 61.11 | 65.45 | 54.76 | - |
| YUV | 210.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 184 | 0 | 0.03 | 0.16 | 0.15 | 49.41 | 0.31 | 0.79 |
| Hex | DA | D4 | B8 | 0 | 3 | 10 | F | 31 | 1F | 4F |
| Octal | 332 | 324 | 270 | 0 | 3 | 20 | 17 | 61 | 37 | 117 |
| Binary | 11011010 | 11010100 | 10111000 | 0 | 11 | 10000 | 1111 | 110001 | 11111 | 1001111 |
Color Harmonies of #DAD4B8
Complementary color
Monochromatic Colors of #DAD4B8
Black with #DAD4B8
Text Example
Text Example
White with #DAD4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD4B8; }
p { color: rgb(218,212,184); }
H1.HeaderClassName
{
color: #DAD4B8;
}
.AnyTagClassName
{
color: #DAD4B8;
}
</style>
background-color css
<style>
a { background-color: #DAD4B8; }
a { background-color: rgb(218,212,184); }
div.DivClassName
{
background-color: #DAD4B8;
}
.BgClassName
{
background-color: #DAD4B8;
}
</style>
border-color css
<style>
span { border-color: #DAD4B8; }
span { border-color: rgb(218,212,184); }
td.TdClassName
{
border-color: #DAD4B8;
}
.TagClassName
{
border-color: #DAD4B8;
}
</style>