Shades of White Rock #D3CEAA
Tints of White Rock #D3CEAA
RGB
CMYK
RGB Variations
Color information
#D3CEAA (or 0xD3CEAA) is known color: White Rock. HEX triplet: D3, CE and AA. RGB value is (211,206,170). Sum of RGB (Red+Green+Blue) = 211+206+170=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CEAA is #2C3155. Grayscale: #CBCBCB. Windows color (decimal): -2896214 or 11194067. OLE color: 11194067.
HSL color Cylindrical-coordinate representation of color #D3CEAA: hue angle of 52.68º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3CEAA is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 206 | 170 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.17 |
| HSL | 52.68º | 0.32% | 0.75% | - |
| HSV(B) | 52.68º | 0.19% | 0.83% | - |
| XYZ | 56.19 | 60.89 | 46.82 | - |
| YUV | 203.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 170 | 0 | 0.02 | 0.19 | 0.17 | 52.68 | 0.32 | 0.75 |
| Hex | D3 | CE | AA | 0 | 2 | 13 | 11 | 35 | 20 | 4B |
| Octal | 323 | 316 | 252 | 0 | 2 | 23 | 21 | 65 | 40 | 113 |
| Binary | 11010011 | 11001110 | 10101010 | 0 | 10 | 10011 | 10001 | 110101 | 100000 | 1001011 |
Color Harmonies of #D3CEAA
Complementary color
Monochromatic Colors of #D3CEAA
Black with #D3CEAA
Text Example
Text Example
White with #D3CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CEAA; }
p { color: rgb(211,206,170); }
H1.HeaderClassName
{
color: #D3CEAA;
}
.AnyTagClassName
{
color: #D3CEAA;
}
</style>
background-color css
<style>
a { background-color: #D3CEAA; }
a { background-color: rgb(211,206,170); }
div.DivClassName
{
background-color: #D3CEAA;
}
.BgClassName
{
background-color: #D3CEAA;
}
</style>
border-color css
<style>
span { border-color: #D3CEAA; }
span { border-color: rgb(211,206,170); }
td.TdClassName
{
border-color: #D3CEAA;
}
.TagClassName
{
border-color: #D3CEAA;
}
</style>