Shades of White Rock #D1CEB5
Tints of White Rock #D1CEB5
RGB
CMYK
RGB Variations
Color information
#D1CEB5 (or 0xD1CEB5) is known color: White Rock. HEX triplet: D1, CE and B5. RGB value is (209,206,181). Sum of RGB (Red+Green+Blue) = 209+206+181=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CEB5 is #2E314A. Grayscale: #CCCCCC. Windows color (decimal): -3027275 or 11914961. OLE color: 11914961.
HSL color Cylindrical-coordinate representation of color #D1CEB5: hue angle of 53.57º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1CEB5 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 181 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.18 |
| HSL | 53.57º | 0.23% | 0.76% | - |
| HSV(B) | 53.57º | 0.13% | 0.82% | - |
| XYZ | 56.71 | 61.03 | 52.51 | - |
| YUV | 204.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 181 | 0 | 0.01 | 0.13 | 0.18 | 53.57 | 0.23 | 0.76 |
| Hex | D1 | CE | B5 | 0 | 1 | D | 12 | 36 | 17 | 4C |
| Octal | 321 | 316 | 265 | 0 | 1 | 15 | 22 | 66 | 27 | 114 |
| Binary | 11010001 | 11001110 | 10110101 | 0 | 1 | 1101 | 10010 | 110110 | 10111 | 1001100 |
Color Harmonies of #D1CEB5
Complementary color
Monochromatic Colors of #D1CEB5
Black with #D1CEB5
Text Example
Text Example
White with #D1CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CEB5; }
p { color: rgb(209,206,181); }
H1.HeaderClassName
{
color: #D1CEB5;
}
.AnyTagClassName
{
color: #D1CEB5;
}
</style>
background-color css
<style>
a { background-color: #D1CEB5; }
a { background-color: rgb(209,206,181); }
div.DivClassName
{
background-color: #D1CEB5;
}
.BgClassName
{
background-color: #D1CEB5;
}
</style>
border-color css
<style>
span { border-color: #D1CEB5; }
span { border-color: rgb(209,206,181); }
td.TdClassName
{
border-color: #D1CEB5;
}
.TagClassName
{
border-color: #D1CEB5;
}
</style>