Shades of Fog #CCC3EE
Tints of Fog #CCC3EE
RGB
CMYK
RGB Variations
Color information
#CCC3EE (or 0xCCC3EE) is known color: Fog. HEX triplet: CC, C3 and EE. RGB value is (204,195,238). Sum of RGB (Red+Green+Blue) = 204+195+238=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3EE is #333C11. Grayscale: #CACACA. Windows color (decimal): -3357714 or 15647692. OLE color: 15647692.
HSL color Cylindrical-coordinate representation of color #CCC3EE: hue angle of 252.56º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC3EE is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 195 | 238 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.07 |
| HSL | 252.56º | 0.56% | 0.85% | - |
| HSV(B) | 252.56º | 0.18% | 0.93% | - |
| XYZ | 59.85 | 58.04 | 88.94 | - |
| YUV | 202.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 238 | 0.14 | 0.18 | 0 | 0.07 | 252.56 | 0.56 | 0.85 |
| Hex | CC | C3 | EE | E | 12 | 0 | 7 | FD | 38 | 55 |
| Octal | 314 | 303 | 356 | 16 | 22 | 0 | 7 | 375 | 70 | 125 |
| Binary | 11001100 | 11000011 | 11101110 | 1110 | 10010 | 0 | 111 | 11111101 | 111000 | 1010101 |
Color Harmonies of #CCC3EE
Complementary color
Monochromatic Colors of #CCC3EE
Black with #CCC3EE
Text Example
Text Example
White with #CCC3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3EE; }
p { color: rgb(204,195,238); }
H1.HeaderClassName
{
color: #CCC3EE;
}
.AnyTagClassName
{
color: #CCC3EE;
}
</style>
background-color css
<style>
a { background-color: #CCC3EE; }
a { background-color: rgb(204,195,238); }
div.DivClassName
{
background-color: #CCC3EE;
}
.BgClassName
{
background-color: #CCC3EE;
}
</style>
border-color css
<style>
span { border-color: #CCC3EE; }
span { border-color: rgb(204,195,238); }
td.TdClassName
{
border-color: #CCC3EE;
}
.TagClassName
{
border-color: #CCC3EE;
}
</style>