Shades of Blue Haze #C5C1D3
Tints of Blue Haze #C5C1D3
RGB
CMYK
RGB Variations
Color information
#C5C1D3 (or 0xC5C1D3) is known color: Blue Haze. HEX triplet: C5, C1 and D3. RGB value is (197,193,211). Sum of RGB (Red+Green+Blue) = 197+193+211=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 211 - color contains mainly: blue. Hex color #C5C1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C1D3 is #3A3E2C. Grayscale: #C4C4C4. Windows color (decimal): -3817005 or 13877701. OLE color: 13877701.
HSL color Cylindrical-coordinate representation of color #C5C1D3: hue angle of 253.33º 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 #C5C1D3 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 193 | 211 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.17 |
| HSL | 253.33º | 0.17% | 0.79% | - |
| HSV(B) | 253.33º | 0.09% | 0.83% | - |
| XYZ | 53.85 | 54.71 | 69.35 | - |
| YUV | 196.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 211 | 0.07 | 0.09 | 0 | 0.17 | 253.33 | 0.17 | 0.79 |
| Hex | C5 | C1 | D3 | 7 | 9 | 0 | 11 | FD | 11 | 4F |
| Octal | 305 | 301 | 323 | 7 | 11 | 0 | 21 | 375 | 21 | 117 |
| Binary | 11000101 | 11000001 | 11010011 | 111 | 1001 | 0 | 10001 | 11111101 | 10001 | 1001111 |
Color Harmonies of #C5C1D3
Complementary color
Monochromatic Colors of #C5C1D3
Black with #C5C1D3
Text Example
Text Example
White with #C5C1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C1D3; }
p { color: rgb(197,193,211); }
H1.HeaderClassName
{
color: #C5C1D3;
}
.AnyTagClassName
{
color: #C5C1D3;
}
</style>
background-color css
<style>
a { background-color: #C5C1D3; }
a { background-color: rgb(197,193,211); }
div.DivClassName
{
background-color: #C5C1D3;
}
.BgClassName
{
background-color: #C5C1D3;
}
</style>
border-color css
<style>
span { border-color: #C5C1D3; }
span { border-color: rgb(197,193,211); }
td.TdClassName
{
border-color: #C5C1D3;
}
.TagClassName
{
border-color: #C5C1D3;
}
</style>