Shades of White Rock #D5CFB7
Tints of White Rock #D5CFB7
RGB
CMYK
RGB Variations
Color information
#D5CFB7 (or 0xD5CFB7) is known color: White Rock. HEX triplet: D5, CF and B7. RGB value is (213,207,183). Sum of RGB (Red+Green+Blue) = 213+207+183=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 183 (71.88% from 255 or 30.35% from 603); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFB7 is #2A3048. Grayscale: #CECECE. Windows color (decimal): -2764873 or 12046293. OLE color: 12046293.
HSL color Cylindrical-coordinate representation of color #D5CFB7: hue angle of 48º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5CFB7 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 183 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.16 |
| HSL | 48º | 0.26% | 0.78% | - |
| HSV(B) | 48º | 0.14% | 0.84% | - |
| XYZ | 58.3 | 62.19 | 53.73 | - |
| YUV | 206.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 183 | 0 | 0.03 | 0.14 | 0.16 | 48 | 0.26 | 0.78 |
| Hex | D5 | CF | B7 | 0 | 3 | E | 10 | 30 | 1A | 4E |
| Octal | 325 | 317 | 267 | 0 | 3 | 16 | 20 | 60 | 32 | 116 |
| Binary | 11010101 | 11001111 | 10110111 | 0 | 11 | 1110 | 10000 | 110000 | 11010 | 1001110 |
Color Harmonies of #D5CFB7
Complementary color
Monochromatic Colors of #D5CFB7
Black with #D5CFB7
Text Example
Text Example
White with #D5CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFB7; }
p { color: rgb(213,207,183); }
H1.HeaderClassName
{
color: #D5CFB7;
}
.AnyTagClassName
{
color: #D5CFB7;
}
</style>
background-color css
<style>
a { background-color: #D5CFB7; }
a { background-color: rgb(213,207,183); }
div.DivClassName
{
background-color: #D5CFB7;
}
.BgClassName
{
background-color: #D5CFB7;
}
</style>
border-color css
<style>
span { border-color: #D5CFB7; }
span { border-color: rgb(213,207,183); }
td.TdClassName
{
border-color: #D5CFB7;
}
.TagClassName
{
border-color: #D5CFB7;
}
</style>