Shades of Fog #CCC0EE
Tints of Fog #CCC0EE
RGB
CMYK
RGB Variations
Color information
#CCC0EE (or 0xCCC0EE) is known color: Fog. HEX triplet: CC, C0 and EE. RGB value is (204,192,238). Sum of RGB (Red+Green+Blue) = 204+192+238=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0EE is #333F11. Grayscale: #C8C8C8. Windows color (decimal): -3358482 or 15646924. OLE color: 15646924.
HSL color Cylindrical-coordinate representation of color #CCC0EE: hue angle of 255.65º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCC0EE is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 192 | 238 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.07 |
| HSL | 255.65º | 0.58% | 0.84% | - |
| HSV(B) | 255.65º | 0.19% | 0.93% | - |
| XYZ | 59.18 | 56.71 | 88.72 | - |
| YUV | 200.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 238 | 0.14 | 0.19 | 0 | 0.07 | 255.65 | 0.58 | 0.84 |
| Hex | CC | C0 | EE | E | 13 | 0 | 7 | 100 | 3A | 54 |
| Octal | 314 | 300 | 356 | 16 | 23 | 0 | 7 | 400 | 72 | 124 |
| Binary | 11001100 | 11000000 | 11101110 | 1110 | 10011 | 0 | 111 | 100000000 | 111010 | 1010100 |
Color Harmonies of #CCC0EE
Complementary color
Monochromatic Colors of #CCC0EE
Black with #CCC0EE
Text Example
Text Example
White with #CCC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0EE; }
p { color: rgb(204,192,238); }
H1.HeaderClassName
{
color: #CCC0EE;
}
.AnyTagClassName
{
color: #CCC0EE;
}
</style>
background-color css
<style>
a { background-color: #CCC0EE; }
a { background-color: rgb(204,192,238); }
div.DivClassName
{
background-color: #CCC0EE;
}
.BgClassName
{
background-color: #CCC0EE;
}
</style>
border-color css
<style>
span { border-color: #CCC0EE; }
span { border-color: rgb(204,192,238); }
td.TdClassName
{
border-color: #CCC0EE;
}
.TagClassName
{
border-color: #CCC0EE;
}
</style>