Shades of White Rock #D5CFA8
Tints of White Rock #D5CFA8
RGB
CMYK
RGB Variations
Color information
#D5CFA8 (or 0xD5CFA8) is known color: White Rock. HEX triplet: D5, CF and A8. RGB value is (213,207,168). Sum of RGB (Red+Green+Blue) = 213+207+168=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CFA8 is #2A3057. Grayscale: #CCCCCC. Windows color (decimal): -2764888 or 11063253. OLE color: 11063253.
HSL color Cylindrical-coordinate representation of color #D5CFA8: hue angle of 52º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5CFA8 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 168 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.16 |
| HSL | 52º | 0.35% | 0.75% | - |
| HSV(B) | 52º | 0.21% | 0.84% | - |
| XYZ | 56.82 | 61.6 | 45.94 | - |
| YUV | 204.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 168 | 0 | 0.03 | 0.21 | 0.16 | 52 | 0.35 | 0.75 |
| Hex | D5 | CF | A8 | 0 | 3 | 15 | 10 | 34 | 23 | 4B |
| Octal | 325 | 317 | 250 | 0 | 3 | 25 | 20 | 64 | 43 | 113 |
| Binary | 11010101 | 11001111 | 10101000 | 0 | 11 | 10101 | 10000 | 110100 | 100011 | 1001011 |
Color Harmonies of #D5CFA8
Complementary color
Monochromatic Colors of #D5CFA8
Black with #D5CFA8
Text Example
Text Example
White with #D5CFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFA8; }
p { color: rgb(213,207,168); }
H1.HeaderClassName
{
color: #D5CFA8;
}
.AnyTagClassName
{
color: #D5CFA8;
}
</style>
background-color css
<style>
a { background-color: #D5CFA8; }
a { background-color: rgb(213,207,168); }
div.DivClassName
{
background-color: #D5CFA8;
}
.BgClassName
{
background-color: #D5CFA8;
}
</style>
border-color css
<style>
span { border-color: #D5CFA8; }
span { border-color: rgb(213,207,168); }
td.TdClassName
{
border-color: #D5CFA8;
}
.TagClassName
{
border-color: #D5CFA8;
}
</style>