Shades of Blue Haze #C4C0D3
Tints of Blue Haze #C4C0D3
RGB
CMYK
RGB Variations
Color information
#C4C0D3 (or 0xC4C0D3) is known color: Blue Haze. HEX triplet: C4, C0 and D3. RGB value is (196,192,211). Sum of RGB (Red+Green+Blue) = 196+192+211=599 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.72% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 211 - color contains mainly: blue. Hex color #C4C0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0D3 is #3B3F2C. Grayscale: #C3C3C3. Windows color (decimal): -3882797 or 13877444. OLE color: 13877444.
HSL color Cylindrical-coordinate representation of color #C4C0D3: hue angle of 252.63º degrees, saturation: 0.18, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4C0D3 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 192 | 211 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.17 |
| HSL | 252.63º | 0.18% | 0.79% | - |
| HSV(B) | 252.63º | 0.09% | 0.83% | - |
| XYZ | 53.37 | 54.14 | 69.26 | - |
| YUV | 195.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 211 | 0.07 | 0.09 | 0 | 0.17 | 252.63 | 0.18 | 0.79 |
| Hex | C4 | C0 | D3 | 7 | 9 | 0 | 11 | FD | 12 | 4F |
| Octal | 304 | 300 | 323 | 7 | 11 | 0 | 21 | 375 | 22 | 117 |
| Binary | 11000100 | 11000000 | 11010011 | 111 | 1001 | 0 | 10001 | 11111101 | 10010 | 1001111 |
Color Harmonies of #C4C0D3
Complementary color
Monochromatic Colors of #C4C0D3
Black with #C4C0D3
Text Example
Text Example
White with #C4C0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C0D3; }
p { color: rgb(196,192,211); }
H1.HeaderClassName
{
color: #C4C0D3;
}
.AnyTagClassName
{
color: #C4C0D3;
}
</style>
background-color css
<style>
a { background-color: #C4C0D3; }
a { background-color: rgb(196,192,211); }
div.DivClassName
{
background-color: #C4C0D3;
}
.BgClassName
{
background-color: #C4C0D3;
}
</style>
border-color css
<style>
span { border-color: #C4C0D3; }
span { border-color: rgb(196,192,211); }
td.TdClassName
{
border-color: #C4C0D3;
}
.TagClassName
{
border-color: #C4C0D3;
}
</style>