Shades of Fog #CCC1EB
Tints of Fog #CCC1EB
RGB
CMYK
RGB Variations
Color information
#CCC1EB (or 0xCCC1EB) is known color: Fog. HEX triplet: CC, C1 and EB. RGB value is (204,193,235). Sum of RGB (Red+Green+Blue) = 204+193+235=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1EB is #333E14. Grayscale: #C8C8C8. Windows color (decimal): -3358229 or 15450572. OLE color: 15450572.
HSL color Cylindrical-coordinate representation of color #CCC1EB: hue angle of 255.71º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC1EB is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 193 | 235 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.08 |
| HSL | 255.71º | 0.51% | 0.84% | - |
| HSV(B) | 255.71º | 0.18% | 0.92% | - |
| XYZ | 58.97 | 56.98 | 86.49 | - |
| YUV | 201.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 235 | 0.13 | 0.18 | 0 | 0.08 | 255.71 | 0.51 | 0.84 |
| Hex | CC | C1 | EB | D | 12 | 0 | 8 | 100 | 33 | 54 |
| Octal | 314 | 301 | 353 | 15 | 22 | 0 | 10 | 400 | 63 | 124 |
| Binary | 11001100 | 11000001 | 11101011 | 1101 | 10010 | 0 | 1000 | 100000000 | 110011 | 1010100 |
Color Harmonies of #CCC1EB
Complementary color
Monochromatic Colors of #CCC1EB
Black with #CCC1EB
Text Example
Text Example
White with #CCC1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1EB; }
p { color: rgb(204,193,235); }
H1.HeaderClassName
{
color: #CCC1EB;
}
.AnyTagClassName
{
color: #CCC1EB;
}
</style>
background-color css
<style>
a { background-color: #CCC1EB; }
a { background-color: rgb(204,193,235); }
div.DivClassName
{
background-color: #CCC1EB;
}
.BgClassName
{
background-color: #CCC1EB;
}
</style>
border-color css
<style>
span { border-color: #CCC1EB; }
span { border-color: rgb(204,193,235); }
td.TdClassName
{
border-color: #CCC1EB;
}
.TagClassName
{
border-color: #CCC1EB;
}
</style>