Shades of Fog #CCC0E9
Tints of Fog #CCC0E9
RGB
CMYK
RGB Variations
Color information
#CCC0E9 (or 0xCCC0E9) is known color: Fog. HEX triplet: CC, C0 and E9. RGB value is (204,192,233). Sum of RGB (Red+Green+Blue) = 204+192+233=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCC0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0E9 is #333F16. Grayscale: #C8C8C8. Windows color (decimal): -3358487 or 15319244. OLE color: 15319244.
HSL color Cylindrical-coordinate representation of color #CCC0E9: hue angle of 257.56º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC0E9 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 192 | 233 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.09 |
| HSL | 257.56º | 0.48% | 0.83% | - |
| HSV(B) | 257.56º | 0.18% | 0.91% | - |
| XYZ | 58.46 | 56.42 | 84.9 | - |
| YUV | 200.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 233 | 0.12 | 0.18 | 0 | 0.09 | 257.56 | 0.48 | 0.83 |
| Hex | CC | C0 | E9 | C | 12 | 0 | 9 | 102 | 30 | 53 |
| Octal | 314 | 300 | 351 | 14 | 22 | 0 | 11 | 402 | 60 | 123 |
| Binary | 11001100 | 11000000 | 11101001 | 1100 | 10010 | 0 | 1001 | 100000010 | 110000 | 1010011 |
Color Harmonies of #CCC0E9
Complementary color
Monochromatic Colors of #CCC0E9
Black with #CCC0E9
Text Example
Text Example
White with #CCC0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0E9; }
p { color: rgb(204,192,233); }
H1.HeaderClassName
{
color: #CCC0E9;
}
.AnyTagClassName
{
color: #CCC0E9;
}
</style>
background-color css
<style>
a { background-color: #CCC0E9; }
a { background-color: rgb(204,192,233); }
div.DivClassName
{
background-color: #CCC0E9;
}
.BgClassName
{
background-color: #CCC0E9;
}
</style>
border-color css
<style>
span { border-color: #CCC0E9; }
span { border-color: rgb(204,192,233); }
td.TdClassName
{
border-color: #CCC0E9;
}
.TagClassName
{
border-color: #CCC0E9;
}
</style>