Shades of Westar #D0CCC4
Tints of Westar #D0CCC4
RGB
CMYK
RGB Variations
Color information
#D0CCC4 (or 0xD0CCC4) is known color: Westar. HEX triplet: D0, CC and C4. RGB value is (208,204,196). Sum of RGB (Red+Green+Blue) = 208+204+196=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCC4 is #2F333B. Grayscale: #CCCCCC. Windows color (decimal): -3093308 or 12897488. OLE color: 12897488.
HSL color Cylindrical-coordinate representation of color #D0CCC4: hue angle of 40º 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 #D0CCC4 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 204 | 196 | - |
CMYK | 0 | 0.02 | 0.06 | 0.18 |
HSL | 40º | 0.11% | 0.79% | - |
HSV(B) | 40º | 0.06% | 0.82% | - |
XYZ | 57.57 | 60.58 | 60.88 | - |
YUV | 204.28 | 123.33 | 130.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 204 | 196 | 0 | 0.02 | 0.06 | 0.18 | 40 | 0.11 | 0.79 |
Hex | D0 | CC | C4 | 0 | 2 | 6 | 12 | 28 | B | 4F |
Octal | 320 | 314 | 304 | 0 | 2 | 6 | 22 | 50 | 13 | 117 |
Binary | 11010000 | 11001100 | 11000100 | 0 | 10 | 110 | 10010 | 101000 | 1011 | 1001111 |
Color Harmonies of #D0CCC4
Complementary color
Monochromatic Colors of #D0CCC4
Black with #D0CCC4
Text Example
Text Example
White with #D0CCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCC4; }
p { color: rgb(208,204,196); }
H1.HeaderClassName
{
color: #D0CCC4;
}
.AnyTagClassName
{
color: #D0CCC4;
}
</style>
background-color css
<style>
a { background-color: #D0CCC4; }
a { background-color: rgb(208,204,196); }
div.DivClassName
{
background-color: #D0CCC4;
}
.BgClassName
{
background-color: #D0CCC4;
}
</style>
border-color css
<style>
span { border-color: #D0CCC4; }
span { border-color: rgb(208,204,196); }
td.TdClassName
{
border-color: #D0CCC4;
}
.TagClassName
{
border-color: #D0CCC4;
}
</style>