Shades of White Rock #DAD4B7
Tints of White Rock #DAD4B7
RGB
CMYK
RGB Variations
Color information
#DAD4B7 (or 0xDAD4B7) is known color: White Rock. HEX triplet: DA, D4 and B7. RGB value is (218,212,183). Sum of RGB (Red+Green+Blue) = 218+212+183=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4B7 is #252B48. Grayscale: #D2D2D2. Windows color (decimal): -2435913 or 12047578. OLE color: 12047578.
HSL color Cylindrical-coordinate representation of color #DAD4B7: hue angle of 49.71º degrees, saturation: 0.32, 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 #DAD4B7 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 212 | 183 | - |
CMYK | 0 | 0.03 | 0.16 | 0.15 |
HSL | 49.71º | 0.32% | 0.79% | - |
HSV(B) | 49.71º | 0.16% | 0.85% | - |
XYZ | 61 | 65.41 | 54.21 | - |
YUV | 210.49 | 112.49 | 133.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 212 | 183 | 0 | 0.03 | 0.16 | 0.15 | 49.71 | 0.32 | 0.79 |
Hex | DA | D4 | B7 | 0 | 3 | 10 | F | 32 | 20 | 4F |
Octal | 332 | 324 | 267 | 0 | 3 | 20 | 17 | 62 | 40 | 117 |
Binary | 11011010 | 11010100 | 10110111 | 0 | 11 | 10000 | 1111 | 110010 | 100000 | 1001111 |
Color Harmonies of #DAD4B7
Complementary color
Monochromatic Colors of #DAD4B7
Black with #DAD4B7
Text Example
Text Example
White with #DAD4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD4B7; }
p { color: rgb(218,212,183); }
H1.HeaderClassName
{
color: #DAD4B7;
}
.AnyTagClassName
{
color: #DAD4B7;
}
</style>
background-color css
<style>
a { background-color: #DAD4B7; }
a { background-color: rgb(218,212,183); }
div.DivClassName
{
background-color: #DAD4B7;
}
.BgClassName
{
background-color: #DAD4B7;
}
</style>
border-color css
<style>
span { border-color: #DAD4B7; }
span { border-color: rgb(218,212,183); }
td.TdClassName
{
border-color: #DAD4B7;
}
.TagClassName
{
border-color: #DAD4B7;
}
</style>