Shades of Fog #CCC1EC
Tints of Fog #CCC1EC
RGB
CMYK
RGB Variations
Color information
#CCC1EC (or 0xCCC1EC) is known color: Fog. HEX triplet: CC, C1 and EC. RGB value is (204,193,236). Sum of RGB (Red+Green+Blue) = 204+193+236=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1EC is #333E13. Grayscale: #C9C9C9. Windows color (decimal): -3358228 or 15516108. OLE color: 15516108.
HSL color Cylindrical-coordinate representation of color #CCC1EC: hue angle of 255.35º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC1EC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 193 | 236 | - |
CMYK | 0.14 | 0.18 | 0 | 0.07 |
HSL | 255.35º | 0.53% | 0.84% | - |
HSV(B) | 255.35º | 0.18% | 0.93% | - |
XYZ | 59.11 | 57.03 | 87.25 | - |
YUV | 201.19 | 147.64 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 193 | 236 | 0.14 | 0.18 | 0 | 0.07 | 255.35 | 0.53 | 0.84 |
Hex | CC | C1 | EC | E | 12 | 0 | 7 | FF | 35 | 54 |
Octal | 314 | 301 | 354 | 16 | 22 | 0 | 7 | 377 | 65 | 124 |
Binary | 11001100 | 11000001 | 11101100 | 1110 | 10010 | 0 | 111 | 11111111 | 110101 | 1010100 |
Color Harmonies of #CCC1EC
Complementary color
Monochromatic Colors of #CCC1EC
Black with #CCC1EC
Text Example
Text Example
White with #CCC1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1EC; }
p { color: rgb(204,193,236); }
H1.HeaderClassName
{
color: #CCC1EC;
}
.AnyTagClassName
{
color: #CCC1EC;
}
</style>
background-color css
<style>
a { background-color: #CCC1EC; }
a { background-color: rgb(204,193,236); }
div.DivClassName
{
background-color: #CCC1EC;
}
.BgClassName
{
background-color: #CCC1EC;
}
</style>
border-color css
<style>
span { border-color: #CCC1EC; }
span { border-color: rgb(204,193,236); }
td.TdClassName
{
border-color: #CCC1EC;
}
.TagClassName
{
border-color: #CCC1EC;
}
</style>