Shades of Blue Haze #C4C1CE
Tints of Blue Haze #C4C1CE
RGB
CMYK
RGB Variations
Color information
#C4C1CE (or 0xC4C1CE) is known color: Blue Haze. HEX triplet: C4, C1 and CE. RGB value is (196,193,206). Sum of RGB (Red+Green+Blue) = 196+193+206=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4C1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C1CE is #3B3E31. Grayscale: #C3C3C3. Windows color (decimal): -3882546 or 13550020. OLE color: 13550020.
HSL color Cylindrical-coordinate representation of color #C4C1CE: hue angle of 253.85º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4C1CE is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 193 | 206 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.19 |
| HSL | 253.85º | 0.12% | 0.78% | - |
| HSV(B) | 253.85º | 0.06% | 0.81% | - |
| XYZ | 52.98 | 54.33 | 66.09 | - |
| YUV | 195.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 206 | 0.05 | 0.06 | 0 | 0.19 | 253.85 | 0.12 | 0.78 |
| Hex | C4 | C1 | CE | 5 | 6 | 0 | 13 | FE | C | 4E |
| Octal | 304 | 301 | 316 | 5 | 6 | 0 | 23 | 376 | 14 | 116 |
| Binary | 11000100 | 11000001 | 11001110 | 101 | 110 | 0 | 10011 | 11111110 | 1100 | 1001110 |
Color Harmonies of #C4C1CE
Complementary color
Monochromatic Colors of #C4C1CE
Black with #C4C1CE
Text Example
Text Example
White with #C4C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C1CE; }
p { color: rgb(196,193,206); }
H1.HeaderClassName
{
color: #C4C1CE;
}
.AnyTagClassName
{
color: #C4C1CE;
}
</style>
background-color css
<style>
a { background-color: #C4C1CE; }
a { background-color: rgb(196,193,206); }
div.DivClassName
{
background-color: #C4C1CE;
}
.BgClassName
{
background-color: #C4C1CE;
}
</style>
border-color css
<style>
span { border-color: #C4C1CE; }
span { border-color: rgb(196,193,206); }
td.TdClassName
{
border-color: #C4C1CE;
}
.TagClassName
{
border-color: #C4C1CE;
}
</style>