Shades of Westar #D0CBC4
Tints of Westar #D0CBC4
RGB
CMYK
RGB Variations
Color information
#D0CBC4 (or 0xD0CBC4) is known color: Westar. HEX triplet: D0, CB and C4. RGB value is (208,203,196). Sum of RGB (Red+Green+Blue) = 208+203+196=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBC4 is #2F343B. Grayscale: #CBCBCB. Windows color (decimal): -3093564 or 12897232. OLE color: 12897232.
HSL color Cylindrical-coordinate representation of color #D0CBC4: hue angle of 35º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0CBC4 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 203 | 196 | - |
CMYK | 0 | 0.02 | 0.06 | 0.18 |
HSL | 35º | 0.11% | 0.79% | - |
HSV(B) | 35º | 0.06% | 0.82% | - |
XYZ | 57.33 | 60.11 | 60.8 | - |
YUV | 203.7 | 123.66 | 131.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 203 | 196 | 0 | 0.02 | 0.06 | 0.18 | 35 | 0.11 | 0.79 |
Hex | D0 | CB | C4 | 0 | 2 | 6 | 12 | 23 | B | 4F |
Octal | 320 | 313 | 304 | 0 | 2 | 6 | 22 | 43 | 13 | 117 |
Binary | 11010000 | 11001011 | 11000100 | 0 | 10 | 110 | 10010 | 100011 | 1011 | 1001111 |
Color Harmonies of #D0CBC4
Complementary color
Monochromatic Colors of #D0CBC4
Black with #D0CBC4
Text Example
Text Example
White with #D0CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBC4; }
p { color: rgb(208,203,196); }
H1.HeaderClassName
{
color: #D0CBC4;
}
.AnyTagClassName
{
color: #D0CBC4;
}
</style>
background-color css
<style>
a { background-color: #D0CBC4; }
a { background-color: rgb(208,203,196); }
div.DivClassName
{
background-color: #D0CBC4;
}
.BgClassName
{
background-color: #D0CBC4;
}
</style>
border-color css
<style>
span { border-color: #D0CBC4; }
span { border-color: rgb(208,203,196); }
td.TdClassName
{
border-color: #D0CBC4;
}
.TagClassName
{
border-color: #D0CBC4;
}
</style>