Shades of Fog #CCC0E6
Tints of Fog #CCC0E6
RGB
CMYK
RGB Variations
Color information
#CCC0E6 (or 0xCCC0E6) is known color: Fog. HEX triplet: CC, C0 and E6. RGB value is (204,192,230). Sum of RGB (Red+Green+Blue) = 204+192+230=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCC0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0E6 is #333F19. Grayscale: #C7C7C7. Windows color (decimal): -3358490 or 15122636. OLE color: 15122636.
HSL color Cylindrical-coordinate representation of color #CCC0E6: hue angle of 258.95º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC0E6 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 192 | 230 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.10 |
| HSL | 258.95º | 0.43% | 0.83% | - |
| HSV(B) | 258.95º | 0.17% | 0.9% | - |
| XYZ | 58.03 | 56.25 | 82.66 | - |
| YUV | 199.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 230 | 0.11 | 0.17 | 0 | 0.10 | 258.95 | 0.43 | 0.83 |
| Hex | CC | C0 | E6 | B | 11 | 0 | A | 103 | 2B | 53 |
| Octal | 314 | 300 | 346 | 13 | 21 | 0 | 12 | 403 | 53 | 123 |
| Binary | 11001100 | 11000000 | 11100110 | 1011 | 10001 | 0 | 1010 | 100000011 | 101011 | 1010011 |
Color Harmonies of #CCC0E6
Complementary color
Monochromatic Colors of #CCC0E6
Black with #CCC0E6
Text Example
Text Example
White with #CCC0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0E6; }
p { color: rgb(204,192,230); }
H1.HeaderClassName
{
color: #CCC0E6;
}
.AnyTagClassName
{
color: #CCC0E6;
}
</style>
background-color css
<style>
a { background-color: #CCC0E6; }
a { background-color: rgb(204,192,230); }
div.DivClassName
{
background-color: #CCC0E6;
}
.BgClassName
{
background-color: #CCC0E6;
}
</style>
border-color css
<style>
span { border-color: #CCC0E6; }
span { border-color: rgb(204,192,230); }
td.TdClassName
{
border-color: #CCC0E6;
}
.TagClassName
{
border-color: #CCC0E6;
}
</style>