Shades of White Rock #D3CEAF
Tints of White Rock #D3CEAF
RGB
CMYK
RGB Variations
Color information
#D3CEAF (or 0xD3CEAF) is known color: White Rock. HEX triplet: D3, CE and AF. RGB value is (211,206,175). Sum of RGB (Red+Green+Blue) = 211+206+175=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CEAF is #2C3150. Grayscale: #CCCCCC. Windows color (decimal): -2896209 or 11521747. OLE color: 11521747.
HSL color Cylindrical-coordinate representation of color #D3CEAF: hue angle of 51.67º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3CEAF is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 206 | 175 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.17 |
| HSL | 51.67º | 0.29% | 0.76% | - |
| HSV(B) | 51.67º | 0.17% | 0.83% | - |
| XYZ | 56.67 | 61.09 | 49.36 | - |
| YUV | 203.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 175 | 0 | 0.02 | 0.17 | 0.17 | 51.67 | 0.29 | 0.76 |
| Hex | D3 | CE | AF | 0 | 2 | 11 | 11 | 34 | 1D | 4C |
| Octal | 323 | 316 | 257 | 0 | 2 | 21 | 21 | 64 | 35 | 114 |
| Binary | 11010011 | 11001110 | 10101111 | 0 | 10 | 10001 | 10001 | 110100 | 11101 | 1001100 |
Color Harmonies of #D3CEAF
Complementary color
Monochromatic Colors of #D3CEAF
Black with #D3CEAF
Text Example
Text Example
White with #D3CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CEAF; }
p { color: rgb(211,206,175); }
H1.HeaderClassName
{
color: #D3CEAF;
}
.AnyTagClassName
{
color: #D3CEAF;
}
</style>
background-color css
<style>
a { background-color: #D3CEAF; }
a { background-color: rgb(211,206,175); }
div.DivClassName
{
background-color: #D3CEAF;
}
.BgClassName
{
background-color: #D3CEAF;
}
</style>
border-color css
<style>
span { border-color: #D3CEAF; }
span { border-color: rgb(211,206,175); }
td.TdClassName
{
border-color: #D3CEAF;
}
.TagClassName
{
border-color: #D3CEAF;
}
</style>