Shades of Fog #CCC0EA
Tints of Fog #CCC0EA
RGB
CMYK
RGB Variations
Color information
#CCC0EA (or 0xCCC0EA) is known color: Fog. HEX triplet: CC, C0 and EA. RGB value is (204,192,234). Sum of RGB (Red+Green+Blue) = 204+192+234=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCC0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0EA is #333F15. Grayscale: #C8C8C8. Windows color (decimal): -3358486 or 15384780. OLE color: 15384780.
HSL color Cylindrical-coordinate representation of color #CCC0EA: hue angle of 257.14º degrees, saturation: 0.5, 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 #CCC0EA is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 192 | 234 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.08 |
| HSL | 257.14º | 0.5% | 0.84% | - |
| HSV(B) | 257.14º | 0.18% | 0.92% | - |
| XYZ | 58.6 | 56.48 | 85.65 | - |
| YUV | 200.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 234 | 0.13 | 0.18 | 0 | 0.08 | 257.14 | 0.5 | 0.84 |
| Hex | CC | C0 | EA | D | 12 | 0 | 8 | 101 | 32 | 54 |
| Octal | 314 | 300 | 352 | 15 | 22 | 0 | 10 | 401 | 62 | 124 |
| Binary | 11001100 | 11000000 | 11101010 | 1101 | 10010 | 0 | 1000 | 100000001 | 110010 | 1010100 |
Color Harmonies of #CCC0EA
Complementary color
Monochromatic Colors of #CCC0EA
Black with #CCC0EA
Text Example
Text Example
White with #CCC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0EA; }
p { color: rgb(204,192,234); }
H1.HeaderClassName
{
color: #CCC0EA;
}
.AnyTagClassName
{
color: #CCC0EA;
}
</style>
background-color css
<style>
a { background-color: #CCC0EA; }
a { background-color: rgb(204,192,234); }
div.DivClassName
{
background-color: #CCC0EA;
}
.BgClassName
{
background-color: #CCC0EA;
}
</style>
border-color css
<style>
span { border-color: #CCC0EA; }
span { border-color: rgb(204,192,234); }
td.TdClassName
{
border-color: #CCC0EA;
}
.TagClassName
{
border-color: #CCC0EA;
}
</style>