Shades of Blue Haze #C4C0D2
Tints of Blue Haze #C4C0D2
RGB
CMYK
RGB Variations
Color information
#C4C0D2 (or 0xC4C0D2) is known color: Blue Haze. HEX triplet: C4, C0 and D2. RGB value is (196,192,210). Sum of RGB (Red+Green+Blue) = 196+192+210=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 210 - color contains mainly: blue. Hex color #C4C0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0D2 is #3B3F2D. Grayscale: #C3C3C3. Windows color (decimal): -3882798 or 13811908. OLE color: 13811908.
HSL color Cylindrical-coordinate representation of color #C4C0D2: hue angle of 253.33º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4C0D2 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 192 | 210 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.18 |
| HSL | 253.33º | 0.17% | 0.79% | - |
| HSV(B) | 253.33º | 0.09% | 0.82% | - |
| XYZ | 53.25 | 54.09 | 68.61 | - |
| YUV | 195.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 210 | 0.07 | 0.09 | 0 | 0.18 | 253.33 | 0.17 | 0.79 |
| Hex | C4 | C0 | D2 | 7 | 9 | 0 | 12 | FD | 11 | 4F |
| Octal | 304 | 300 | 322 | 7 | 11 | 0 | 22 | 375 | 21 | 117 |
| Binary | 11000100 | 11000000 | 11010010 | 111 | 1001 | 0 | 10010 | 11111101 | 10001 | 1001111 |
Color Harmonies of #C4C0D2
Complementary color
Monochromatic Colors of #C4C0D2
Black with #C4C0D2
Text Example
Text Example
White with #C4C0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C0D2; }
p { color: rgb(196,192,210); }
H1.HeaderClassName
{
color: #C4C0D2;
}
.AnyTagClassName
{
color: #C4C0D2;
}
</style>
background-color css
<style>
a { background-color: #C4C0D2; }
a { background-color: rgb(196,192,210); }
div.DivClassName
{
background-color: #C4C0D2;
}
.BgClassName
{
background-color: #C4C0D2;
}
</style>
border-color css
<style>
span { border-color: #C4C0D2; }
span { border-color: rgb(196,192,210); }
td.TdClassName
{
border-color: #C4C0D2;
}
.TagClassName
{
border-color: #C4C0D2;
}
</style>