Shades of Westar #D1CCC2
Tints of Westar #D1CCC2
RGB
CMYK
RGB Variations
Color information
#D1CCC2 (or 0xD1CCC2) is known color: Westar. HEX triplet: D1, CC and C2. RGB value is (209,204,194). Sum of RGB (Red+Green+Blue) = 209+204+194=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCC2 is #2E333D. Grayscale: #CCCCCC. Windows color (decimal): -3027774 or 12766417. OLE color: 12766417.
HSL color Cylindrical-coordinate representation of color #D1CCC2: hue angle of 40º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1CCC2 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 204 | 194 | - |
CMYK | 0 | 0.02 | 0.07 | 0.18 |
HSL | 40º | 0.14% | 0.79% | - |
HSV(B) | 40º | 0.07% | 0.82% | - |
XYZ | 57.62 | 60.64 | 59.71 | - |
YUV | 204.36 | 122.16 | 131.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 204 | 194 | 0 | 0.02 | 0.07 | 0.18 | 40 | 0.14 | 0.79 |
Hex | D1 | CC | C2 | 0 | 2 | 7 | 12 | 28 | E | 4F |
Octal | 321 | 314 | 302 | 0 | 2 | 7 | 22 | 50 | 16 | 117 |
Binary | 11010001 | 11001100 | 11000010 | 0 | 10 | 111 | 10010 | 101000 | 1110 | 1001111 |
Color Harmonies of #D1CCC2
Complementary color
Monochromatic Colors of #D1CCC2
Black with #D1CCC2
Text Example
Text Example
White with #D1CCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCC2; }
p { color: rgb(209,204,194); }
H1.HeaderClassName
{
color: #D1CCC2;
}
.AnyTagClassName
{
color: #D1CCC2;
}
</style>
background-color css
<style>
a { background-color: #D1CCC2; }
a { background-color: rgb(209,204,194); }
div.DivClassName
{
background-color: #D1CCC2;
}
.BgClassName
{
background-color: #D1CCC2;
}
</style>
border-color css
<style>
span { border-color: #D1CCC2; }
span { border-color: rgb(209,204,194); }
td.TdClassName
{
border-color: #D1CCC2;
}
.TagClassName
{
border-color: #D1CCC2;
}
</style>