Shades of White Rock #D5CEAC
Tints of White Rock #D5CEAC
RGB
CMYK
RGB Variations
Color information
#D5CEAC (or 0xD5CEAC) is known color: White Rock. HEX triplet: D5, CE and AC. RGB value is (213,206,172). Sum of RGB (Red+Green+Blue) = 213+206+172=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CEAC is #2A3153. Grayscale: #CCCCCC. Windows color (decimal): -2765140 or 11325141. OLE color: 11325141.
HSL color Cylindrical-coordinate representation of color #D5CEAC: hue angle of 49.76º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5CEAC is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 206 | 172 | - |
CMYK | 0 | 0.03 | 0.19 | 0.16 |
HSL | 49.76º | 0.33% | 0.75% | - |
HSV(B) | 49.76º | 0.19% | 0.84% | - |
XYZ | 56.96 | 61.27 | 47.85 | - |
YUV | 204.22 | 109.82 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 206 | 172 | 0 | 0.03 | 0.19 | 0.16 | 49.76 | 0.33 | 0.75 |
Hex | D5 | CE | AC | 0 | 3 | 13 | 10 | 32 | 21 | 4B |
Octal | 325 | 316 | 254 | 0 | 3 | 23 | 20 | 62 | 41 | 113 |
Binary | 11010101 | 11001110 | 10101100 | 0 | 11 | 10011 | 10000 | 110010 | 100001 | 1001011 |
Color Harmonies of #D5CEAC
Complementary color
Monochromatic Colors of #D5CEAC
Black with #D5CEAC
Text Example
Text Example
White with #D5CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEAC; }
p { color: rgb(213,206,172); }
H1.HeaderClassName
{
color: #D5CEAC;
}
.AnyTagClassName
{
color: #D5CEAC;
}
</style>
background-color css
<style>
a { background-color: #D5CEAC; }
a { background-color: rgb(213,206,172); }
div.DivClassName
{
background-color: #D5CEAC;
}
.BgClassName
{
background-color: #D5CEAC;
}
</style>
border-color css
<style>
span { border-color: #D5CEAC; }
span { border-color: rgb(213,206,172); }
td.TdClassName
{
border-color: #D5CEAC;
}
.TagClassName
{
border-color: #D5CEAC;
}
</style>