Shades of White Rock #D5CFB0
Tints of White Rock #D5CFB0
RGB
CMYK
RGB Variations
Color information
#D5CFB0 (or 0xD5CFB0) is known color: White Rock. HEX triplet: D5, CF and B0. RGB value is (213,207,176). Sum of RGB (Red+Green+Blue) = 213+207+176=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CFB0 is #2A304F. Grayscale: #CDCDCD. Windows color (decimal): -2764880 or 11587541. OLE color: 11587541.
HSL color Cylindrical-coordinate representation of color #D5CFB0: hue angle of 50.27º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5CFB0 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 176 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.16 |
| HSL | 50.27º | 0.31% | 0.76% | - |
| HSV(B) | 50.27º | 0.17% | 0.84% | - |
| XYZ | 57.59 | 61.91 | 49.99 | - |
| YUV | 205.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 176 | 0 | 0.03 | 0.17 | 0.16 | 50.27 | 0.31 | 0.76 |
| Hex | D5 | CF | B0 | 0 | 3 | 11 | 10 | 32 | 1F | 4C |
| Octal | 325 | 317 | 260 | 0 | 3 | 21 | 20 | 62 | 37 | 114 |
| Binary | 11010101 | 11001111 | 10110000 | 0 | 11 | 10001 | 10000 | 110010 | 11111 | 1001100 |
Color Harmonies of #D5CFB0
Complementary color
Monochromatic Colors of #D5CFB0
Black with #D5CFB0
Text Example
Text Example
White with #D5CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFB0; }
p { color: rgb(213,207,176); }
H1.HeaderClassName
{
color: #D5CFB0;
}
.AnyTagClassName
{
color: #D5CFB0;
}
</style>
background-color css
<style>
a { background-color: #D5CFB0; }
a { background-color: rgb(213,207,176); }
div.DivClassName
{
background-color: #D5CFB0;
}
.BgClassName
{
background-color: #D5CFB0;
}
</style>
border-color css
<style>
span { border-color: #D5CFB0; }
span { border-color: rgb(213,207,176); }
td.TdClassName
{
border-color: #D5CFB0;
}
.TagClassName
{
border-color: #D5CFB0;
}
</style>