Shades of Blue Haze #C4C1D3
Tints of Blue Haze #C4C1D3
RGB
CMYK
RGB Variations
Color information
#C4C1D3 (or 0xC4C1D3) is known color: Blue Haze. HEX triplet: C4, C1 and D3. RGB value is (196,193,211). Sum of RGB (Red+Green+Blue) = 196+193+211=600 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.67% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 211 - color contains mainly: blue. Hex color #C4C1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C1D3 is #3B3E2C. Grayscale: #C3C3C3. Windows color (decimal): -3882541 or 13877700. OLE color: 13877700.
HSL color Cylindrical-coordinate representation of color #C4C1D3: hue angle of 250º degrees, saturation: 0.17, 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 #C4C1D3 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 193 | 211 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.17 |
| HSL | 250º | 0.17% | 0.79% | - |
| HSV(B) | 250º | 0.09% | 0.83% | - |
| XYZ | 53.59 | 54.58 | 69.34 | - |
| YUV | 195.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 211 | 0.07 | 0.09 | 0 | 0.17 | 250 | 0.17 | 0.79 |
| Hex | C4 | C1 | D3 | 7 | 9 | 0 | 11 | FA | 11 | 4F |
| Octal | 304 | 301 | 323 | 7 | 11 | 0 | 21 | 372 | 21 | 117 |
| Binary | 11000100 | 11000001 | 11010011 | 111 | 1001 | 0 | 10001 | 11111010 | 10001 | 1001111 |
Color Harmonies of #C4C1D3
Complementary color
Monochromatic Colors of #C4C1D3
Black with #C4C1D3
Text Example
Text Example
White with #C4C1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C1D3; }
p { color: rgb(196,193,211); }
H1.HeaderClassName
{
color: #C4C1D3;
}
.AnyTagClassName
{
color: #C4C1D3;
}
</style>
background-color css
<style>
a { background-color: #C4C1D3; }
a { background-color: rgb(196,193,211); }
div.DivClassName
{
background-color: #C4C1D3;
}
.BgClassName
{
background-color: #C4C1D3;
}
</style>
border-color css
<style>
span { border-color: #C4C1D3; }
span { border-color: rgb(196,193,211); }
td.TdClassName
{
border-color: #C4C1D3;
}
.TagClassName
{
border-color: #C4C1D3;
}
</style>