Shades of White Rock #D3CEB5
Tints of White Rock #D3CEB5
RGB
CMYK
RGB Variations
Color information
#D3CEB5 (or 0xD3CEB5) is known color: White Rock. HEX triplet: D3, CE and B5. RGB value is (211,206,181). Sum of RGB (Red+Green+Blue) = 211+206+181=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CEB5 is #2C314A. Grayscale: #CCCCCC. Windows color (decimal): -2896203 or 11914963. OLE color: 11914963.
HSL color Cylindrical-coordinate representation of color #D3CEB5: hue angle of 50º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3CEB5 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 206 | 181 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.17 |
| HSL | 50º | 0.25% | 0.77% | - |
| HSV(B) | 50º | 0.14% | 0.83% | - |
| XYZ | 57.28 | 61.33 | 52.53 | - |
| YUV | 204.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 181 | 0 | 0.02 | 0.14 | 0.17 | 50 | 0.25 | 0.77 |
| Hex | D3 | CE | B5 | 0 | 2 | E | 11 | 32 | 19 | 4D |
| Octal | 323 | 316 | 265 | 0 | 2 | 16 | 21 | 62 | 31 | 115 |
| Binary | 11010011 | 11001110 | 10110101 | 0 | 10 | 1110 | 10001 | 110010 | 11001 | 1001101 |
Color Harmonies of #D3CEB5
Complementary color
Monochromatic Colors of #D3CEB5
Black with #D3CEB5
Text Example
Text Example
White with #D3CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CEB5; }
p { color: rgb(211,206,181); }
H1.HeaderClassName
{
color: #D3CEB5;
}
.AnyTagClassName
{
color: #D3CEB5;
}
</style>
background-color css
<style>
a { background-color: #D3CEB5; }
a { background-color: rgb(211,206,181); }
div.DivClassName
{
background-color: #D3CEB5;
}
.BgClassName
{
background-color: #D3CEB5;
}
</style>
border-color css
<style>
span { border-color: #D3CEB5; }
span { border-color: rgb(211,206,181); }
td.TdClassName
{
border-color: #D3CEB5;
}
.TagClassName
{
border-color: #D3CEB5;
}
</style>