Shades of White Rock #D3CEB4
Tints of White Rock #D3CEB4
RGB
CMYK
RGB Variations
Color information
#D3CEB4 (or 0xD3CEB4) is known color: White Rock. HEX triplet: D3, CE and B4. RGB value is (211,206,180). Sum of RGB (Red+Green+Blue) = 211+206+180=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CEB4 is #2C314B. Grayscale: #CCCCCC. Windows color (decimal): -2896204 or 11849427. OLE color: 11849427.
HSL color Cylindrical-coordinate representation of color #D3CEB4: hue angle of 50.32º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3CEB4 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 206 | 180 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.17 |
| HSL | 50.32º | 0.26% | 0.77% | - |
| HSV(B) | 50.32º | 0.15% | 0.83% | - |
| XYZ | 57.17 | 61.29 | 52 | - |
| YUV | 204.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 180 | 0 | 0.02 | 0.15 | 0.17 | 50.32 | 0.26 | 0.77 |
| Hex | D3 | CE | B4 | 0 | 2 | F | 11 | 32 | 1A | 4D |
| Octal | 323 | 316 | 264 | 0 | 2 | 17 | 21 | 62 | 32 | 115 |
| Binary | 11010011 | 11001110 | 10110100 | 0 | 10 | 1111 | 10001 | 110010 | 11010 | 1001101 |
Color Harmonies of #D3CEB4
Complementary color
Monochromatic Colors of #D3CEB4
Black with #D3CEB4
Text Example
Text Example
White with #D3CEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CEB4; }
p { color: rgb(211,206,180); }
H1.HeaderClassName
{
color: #D3CEB4;
}
.AnyTagClassName
{
color: #D3CEB4;
}
</style>
background-color css
<style>
a { background-color: #D3CEB4; }
a { background-color: rgb(211,206,180); }
div.DivClassName
{
background-color: #D3CEB4;
}
.BgClassName
{
background-color: #D3CEB4;
}
</style>
border-color css
<style>
span { border-color: #D3CEB4; }
span { border-color: rgb(211,206,180); }
td.TdClassName
{
border-color: #D3CEB4;
}
.TagClassName
{
border-color: #D3CEB4;
}
</style>