Shades of Blue Haze #C5C2D3
Tints of Blue Haze #C5C2D3
RGB
CMYK
RGB Variations
Color information
#C5C2D3 (or 0xC5C2D3) is known color: Blue Haze. HEX triplet: C5, C2 and D3. RGB value is (197,194,211). Sum of RGB (Red+Green+Blue) = 197+194+211=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 211 - color contains mainly: blue. Hex color #C5C2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C2D3 is #3A3D2C. Grayscale: #C4C4C4. Windows color (decimal): -3816749 or 13877957. OLE color: 13877957.
HSL color Cylindrical-coordinate representation of color #C5C2D3: hue angle of 250.59º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5C2D3 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 194 | 211 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.17 |
| HSL | 250.59º | 0.16% | 0.79% | - |
| HSV(B) | 250.59º | 0.08% | 0.83% | - |
| XYZ | 54.08 | 55.16 | 69.42 | - |
| YUV | 196.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 211 | 0.07 | 0.08 | 0 | 0.17 | 250.59 | 0.16 | 0.79 |
| Hex | C5 | C2 | D3 | 7 | 8 | 0 | 11 | FB | 10 | 4F |
| Octal | 305 | 302 | 323 | 7 | 10 | 0 | 21 | 373 | 20 | 117 |
| Binary | 11000101 | 11000010 | 11010011 | 111 | 1000 | 0 | 10001 | 11111011 | 10000 | 1001111 |
Color Harmonies of #C5C2D3
Complementary color
Monochromatic Colors of #C5C2D3
Black with #C5C2D3
Text Example
Text Example
White with #C5C2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C2D3; }
p { color: rgb(197,194,211); }
H1.HeaderClassName
{
color: #C5C2D3;
}
.AnyTagClassName
{
color: #C5C2D3;
}
</style>
background-color css
<style>
a { background-color: #C5C2D3; }
a { background-color: rgb(197,194,211); }
div.DivClassName
{
background-color: #C5C2D3;
}
.BgClassName
{
background-color: #C5C2D3;
}
</style>
border-color css
<style>
span { border-color: #C5C2D3; }
span { border-color: rgb(197,194,211); }
td.TdClassName
{
border-color: #C5C2D3;
}
.TagClassName
{
border-color: #C5C2D3;
}
</style>