Shades of White Rock #DAD4B5
Tints of White Rock #DAD4B5
RGB
CMYK
RGB Variations
Color information
#DAD4B5 (or 0xDAD4B5) is known color: White Rock. HEX triplet: DA, D4 and B5. RGB value is (218,212,181). Sum of RGB (Red+Green+Blue) = 218+212+181=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4B5 is #252B4A. Grayscale: #D2D2D2. Windows color (decimal): -2435915 or 11916506. OLE color: 11916506.
HSL color Cylindrical-coordinate representation of color #DAD4B5: hue angle of 50.27º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAD4B5 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 212 | 181 | - |
CMYK | 0 | 0.03 | 0.17 | 0.15 |
HSL | 50.27º | 0.33% | 0.78% | - |
HSV(B) | 50.27º | 0.17% | 0.85% | - |
XYZ | 60.8 | 65.33 | 53.12 | - |
YUV | 210.26 | 111.49 | 133.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 212 | 181 | 0 | 0.03 | 0.17 | 0.15 | 50.27 | 0.33 | 0.78 |
Hex | DA | D4 | B5 | 0 | 3 | 11 | F | 32 | 21 | 4E |
Octal | 332 | 324 | 265 | 0 | 3 | 21 | 17 | 62 | 41 | 116 |
Binary | 11011010 | 11010100 | 10110101 | 0 | 11 | 10001 | 1111 | 110010 | 100001 | 1001110 |
Color Harmonies of #DAD4B5
Complementary color
Monochromatic Colors of #DAD4B5
Black with #DAD4B5
Text Example
Text Example
White with #DAD4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD4B5; }
p { color: rgb(218,212,181); }
H1.HeaderClassName
{
color: #DAD4B5;
}
.AnyTagClassName
{
color: #DAD4B5;
}
</style>
background-color css
<style>
a { background-color: #DAD4B5; }
a { background-color: rgb(218,212,181); }
div.DivClassName
{
background-color: #DAD4B5;
}
.BgClassName
{
background-color: #DAD4B5;
}
</style>
border-color css
<style>
span { border-color: #DAD4B5; }
span { border-color: rgb(218,212,181); }
td.TdClassName
{
border-color: #DAD4B5;
}
.TagClassName
{
border-color: #DAD4B5;
}
</style>