Shades of Westar #D0CDC9
Tints of Westar #D0CDC9
RGB
CMYK
RGB Variations
Color information
#D0CDC9 (or 0xD0CDC9) is known color: Westar. HEX triplet: D0, CD and C9. RGB value is (208,205,201). Sum of RGB (Red+Green+Blue) = 208+205+201=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDC9 is #2F3236. Grayscale: #CDCDCD. Windows color (decimal): -3093047 or 13225424. OLE color: 13225424.
HSL color Cylindrical-coordinate representation of color #D0CDC9: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CDC9 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 205 | 201 | - |
CMYK | 0 | 0.01 | 0.03 | 0.18 |
HSL | 34.29º | 0.07% | 0.8% | - |
HSV(B) | 34.29º | 0.03% | 0.82% | - |
XYZ | 58.39 | 61.29 | 64.01 | - |
YUV | 205.44 | 125.49 | 129.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 205 | 201 | 0 | 0.01 | 0.03 | 0.18 | 34.29 | 0.07 | 0.8 |
Hex | D0 | CD | C9 | 0 | 1 | 3 | 12 | 22 | 7 | 50 |
Octal | 320 | 315 | 311 | 0 | 1 | 3 | 22 | 42 | 7 | 120 |
Binary | 11010000 | 11001101 | 11001001 | 0 | 1 | 11 | 10010 | 100010 | 111 | 1010000 |
Color Harmonies of #D0CDC9
Complementary color
Monochromatic Colors of #D0CDC9
Black with #D0CDC9
Text Example
Text Example
White with #D0CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDC9; }
p { color: rgb(208,205,201); }
H1.HeaderClassName
{
color: #D0CDC9;
}
.AnyTagClassName
{
color: #D0CDC9;
}
</style>
background-color css
<style>
a { background-color: #D0CDC9; }
a { background-color: rgb(208,205,201); }
div.DivClassName
{
background-color: #D0CDC9;
}
.BgClassName
{
background-color: #D0CDC9;
}
</style>
border-color css
<style>
span { border-color: #D0CDC9; }
span { border-color: rgb(208,205,201); }
td.TdClassName
{
border-color: #D0CDC9;
}
.TagClassName
{
border-color: #D0CDC9;
}
</style>