Shades of Westar #D0CDC4
Tints of Westar #D0CDC4
RGB
CMYK
RGB Variations
Color information
#D0CDC4 (or 0xD0CDC4) is known color: Westar. HEX triplet: D0, CD and C4. RGB value is (208,205,196). Sum of RGB (Red+Green+Blue) = 208+205+196=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDC4 is #2F323B. Grayscale: #CCCCCC. Windows color (decimal): -3093052 or 12897744. OLE color: 12897744.
HSL color Cylindrical-coordinate representation of color #D0CDC4: hue angle of 45º 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 #D0CDC4 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 196 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.18 |
| HSL | 45º | 0.11% | 0.79% | - |
| HSV(B) | 45º | 0.06% | 0.82% | - |
| XYZ | 57.81 | 61.06 | 60.96 | - |
| YUV | 204.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 196 | 0 | 0.01 | 0.06 | 0.18 | 45 | 0.11 | 0.79 |
| Hex | D0 | CD | C4 | 0 | 1 | 6 | 12 | 2D | B | 4F |
| Octal | 320 | 315 | 304 | 0 | 1 | 6 | 22 | 55 | 13 | 117 |
| Binary | 11010000 | 11001101 | 11000100 | 0 | 1 | 110 | 10010 | 101101 | 1011 | 1001111 |
Color Harmonies of #D0CDC4
Complementary color
Monochromatic Colors of #D0CDC4
Black with #D0CDC4
Text Example
Text Example
White with #D0CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDC4; }
p { color: rgb(208,205,196); }
H1.HeaderClassName
{
color: #D0CDC4;
}
.AnyTagClassName
{
color: #D0CDC4;
}
</style>
background-color css
<style>
a { background-color: #D0CDC4; }
a { background-color: rgb(208,205,196); }
div.DivClassName
{
background-color: #D0CDC4;
}
.BgClassName
{
background-color: #D0CDC4;
}
</style>
border-color css
<style>
span { border-color: #D0CDC4; }
span { border-color: rgb(208,205,196); }
td.TdClassName
{
border-color: #D0CDC4;
}
.TagClassName
{
border-color: #D0CDC4;
}
</style>