Shades of Fog #CCC2EB
Tints of Fog #CCC2EB
RGB
CMYK
RGB Variations
Color information
#CCC2EB (or 0xCCC2EB) is known color: Fog. HEX triplet: CC, C2 and EB. RGB value is (204,194,235). Sum of RGB (Red+Green+Blue) = 204+194+235=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2EB is #333D14. Grayscale: #C9C9C9. Windows color (decimal): -3357973 or 15450828. OLE color: 15450828.
HSL color Cylindrical-coordinate representation of color #CCC2EB: hue angle of 254.63º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC2EB is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 194 | 235 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.08 |
| HSL | 254.63º | 0.51% | 0.84% | - |
| HSV(B) | 254.63º | 0.17% | 0.92% | - |
| XYZ | 59.19 | 57.42 | 86.56 | - |
| YUV | 201.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 235 | 0.13 | 0.17 | 0 | 0.08 | 254.63 | 0.51 | 0.84 |
| Hex | CC | C2 | EB | D | 11 | 0 | 8 | FF | 33 | 54 |
| Octal | 314 | 302 | 353 | 15 | 21 | 0 | 10 | 377 | 63 | 124 |
| Binary | 11001100 | 11000010 | 11101011 | 1101 | 10001 | 0 | 1000 | 11111111 | 110011 | 1010100 |
Color Harmonies of #CCC2EB
Complementary color
Monochromatic Colors of #CCC2EB
Black with #CCC2EB
Text Example
Text Example
White with #CCC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2EB; }
p { color: rgb(204,194,235); }
H1.HeaderClassName
{
color: #CCC2EB;
}
.AnyTagClassName
{
color: #CCC2EB;
}
</style>
background-color css
<style>
a { background-color: #CCC2EB; }
a { background-color: rgb(204,194,235); }
div.DivClassName
{
background-color: #CCC2EB;
}
.BgClassName
{
background-color: #CCC2EB;
}
</style>
border-color css
<style>
span { border-color: #CCC2EB; }
span { border-color: rgb(204,194,235); }
td.TdClassName
{
border-color: #CCC2EB;
}
.TagClassName
{
border-color: #CCC2EB;
}
</style>