Shades of Blue Haze #C3C0D1
Tints of Blue Haze #C3C0D1
RGB
CMYK
RGB Variations
Color information
#C3C0D1 (or 0xC3C0D1) is known color: Blue Haze. HEX triplet: C3, C0 and D1. RGB value is (195,192,209). Sum of RGB (Red+Green+Blue) = 195+192+209=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 209 - color contains mainly: blue. Hex color #C3C0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0D1 is #3C3F2E. Grayscale: #C2C2C2. Windows color (decimal): -3948335 or 13746371. OLE color: 13746371.
HSL color Cylindrical-coordinate representation of color #C3C0D1: hue angle of 250.59º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3C0D1 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 192 | 209 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.18 |
| HSL | 250.59º | 0.16% | 0.79% | - |
| HSV(B) | 250.59º | 0.08% | 0.82% | - |
| XYZ | 52.86 | 53.9 | 67.94 | - |
| YUV | 194.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 209 | 0.07 | 0.08 | 0 | 0.18 | 250.59 | 0.16 | 0.79 |
| Hex | C3 | C0 | D1 | 7 | 8 | 0 | 12 | FB | 10 | 4F |
| Octal | 303 | 300 | 321 | 7 | 10 | 0 | 22 | 373 | 20 | 117 |
| Binary | 11000011 | 11000000 | 11010001 | 111 | 1000 | 0 | 10010 | 11111011 | 10000 | 1001111 |
Color Harmonies of #C3C0D1
Complementary color
Monochromatic Colors of #C3C0D1
Black with #C3C0D1
Text Example
Text Example
White with #C3C0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0D1; }
p { color: rgb(195,192,209); }
H1.HeaderClassName
{
color: #C3C0D1;
}
.AnyTagClassName
{
color: #C3C0D1;
}
</style>
background-color css
<style>
a { background-color: #C3C0D1; }
a { background-color: rgb(195,192,209); }
div.DivClassName
{
background-color: #C3C0D1;
}
.BgClassName
{
background-color: #C3C0D1;
}
</style>
border-color css
<style>
span { border-color: #C3C0D1; }
span { border-color: rgb(195,192,209); }
td.TdClassName
{
border-color: #C3C0D1;
}
.TagClassName
{
border-color: #C3C0D1;
}
</style>