Shades of Fog #CCC4EF
Tints of Fog #CCC4EF
RGB
CMYK
RGB Variations
Color information
#CCC4EF (or 0xCCC4EF) is known color: Fog. HEX triplet: CC, C4 and EF. RGB value is (204,196,239). Sum of RGB (Red+Green+Blue) = 204+196+239=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCC4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4EF is #333B10. Grayscale: #CBCBCB. Windows color (decimal): -3357457 or 15713484. OLE color: 15713484.
HSL color Cylindrical-coordinate representation of color #CCC4EF: hue angle of 251.16º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC4EF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 196 | 239 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.06 |
| HSL | 251.16º | 0.57% | 0.85% | - |
| HSV(B) | 251.16º | 0.18% | 0.94% | - |
| XYZ | 60.22 | 58.55 | 89.79 | - |
| YUV | 203.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 239 | 0.15 | 0.18 | 0 | 0.06 | 251.16 | 0.57 | 0.85 |
| Hex | CC | C4 | EF | F | 12 | 0 | 6 | FB | 39 | 55 |
| Octal | 314 | 304 | 357 | 17 | 22 | 0 | 6 | 373 | 71 | 125 |
| Binary | 11001100 | 11000100 | 11101111 | 1111 | 10010 | 0 | 110 | 11111011 | 111001 | 1010101 |
Color Harmonies of #CCC4EF
Complementary color
Monochromatic Colors of #CCC4EF
Black with #CCC4EF
Text Example
Text Example
White with #CCC4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4EF; }
p { color: rgb(204,196,239); }
H1.HeaderClassName
{
color: #CCC4EF;
}
.AnyTagClassName
{
color: #CCC4EF;
}
</style>
background-color css
<style>
a { background-color: #CCC4EF; }
a { background-color: rgb(204,196,239); }
div.DivClassName
{
background-color: #CCC4EF;
}
.BgClassName
{
background-color: #CCC4EF;
}
</style>
border-color css
<style>
span { border-color: #CCC4EF; }
span { border-color: rgb(204,196,239); }
td.TdClassName
{
border-color: #CCC4EF;
}
.TagClassName
{
border-color: #CCC4EF;
}
</style>