Shades of Blue Haze #C4C0D5
Tints of Blue Haze #C4C0D5
RGB
CMYK
RGB Variations
Color information
#C4C0D5 (or 0xC4C0D5) is known color: Blue Haze. HEX triplet: C4, C0 and D5. RGB value is (196,192,213). Sum of RGB (Red+Green+Blue) = 196+192+213=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 213 - color contains mainly: blue. Hex color #C4C0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0D5 is #3B3F2A. Grayscale: #C3C3C3. Windows color (decimal): -3882795 or 14008516. OLE color: 14008516.
HSL color Cylindrical-coordinate representation of color #C4C0D5: hue angle of 251.43º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4C0D5 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 192 | 213 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.16 |
| HSL | 251.43º | 0.2% | 0.79% | - |
| HSV(B) | 251.43º | 0.1% | 0.84% | - |
| XYZ | 53.62 | 54.24 | 70.59 | - |
| YUV | 195.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 213 | 0.08 | 0.10 | 0 | 0.16 | 251.43 | 0.2 | 0.79 |
| Hex | C4 | C0 | D5 | 8 | A | 0 | 10 | FB | 14 | 4F |
| Octal | 304 | 300 | 325 | 10 | 12 | 0 | 20 | 373 | 24 | 117 |
| Binary | 11000100 | 11000000 | 11010101 | 1000 | 1010 | 0 | 10000 | 11111011 | 10100 | 1001111 |
Color Harmonies of #C4C0D5
Complementary color
Monochromatic Colors of #C4C0D5
Black with #C4C0D5
Text Example
Text Example
White with #C4C0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C0D5; }
p { color: rgb(196,192,213); }
H1.HeaderClassName
{
color: #C4C0D5;
}
.AnyTagClassName
{
color: #C4C0D5;
}
</style>
background-color css
<style>
a { background-color: #C4C0D5; }
a { background-color: rgb(196,192,213); }
div.DivClassName
{
background-color: #C4C0D5;
}
.BgClassName
{
background-color: #C4C0D5;
}
</style>
border-color css
<style>
span { border-color: #C4C0D5; }
span { border-color: rgb(196,192,213); }
td.TdClassName
{
border-color: #C4C0D5;
}
.TagClassName
{
border-color: #C4C0D5;
}
</style>