Shades of Fog #CCC1EE
Tints of Fog #CCC1EE
RGB
CMYK
RGB Variations
Color information
#CCC1EE (or 0xCCC1EE) is known color: Fog. HEX triplet: CC, C1 and EE. RGB value is (204,193,238). Sum of RGB (Red+Green+Blue) = 204+193+238=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1EE is #333E11. Grayscale: #C9C9C9. Windows color (decimal): -3358226 or 15647180. OLE color: 15647180.
HSL color Cylindrical-coordinate representation of color #CCC1EE: hue angle of 254.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCC1EE is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 193 | 238 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.07 |
| HSL | 254.67º | 0.57% | 0.85% | - |
| HSV(B) | 254.67º | 0.19% | 0.93% | - |
| XYZ | 59.4 | 57.15 | 88.79 | - |
| YUV | 201.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 238 | 0.14 | 0.19 | 0 | 0.07 | 254.67 | 0.57 | 0.85 |
| Hex | CC | C1 | EE | E | 13 | 0 | 7 | FF | 39 | 55 |
| Octal | 314 | 301 | 356 | 16 | 23 | 0 | 7 | 377 | 71 | 125 |
| Binary | 11001100 | 11000001 | 11101110 | 1110 | 10011 | 0 | 111 | 11111111 | 111001 | 1010101 |
Color Harmonies of #CCC1EE
Complementary color
Monochromatic Colors of #CCC1EE
Black with #CCC1EE
Text Example
Text Example
White with #CCC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1EE; }
p { color: rgb(204,193,238); }
H1.HeaderClassName
{
color: #CCC1EE;
}
.AnyTagClassName
{
color: #CCC1EE;
}
</style>
background-color css
<style>
a { background-color: #CCC1EE; }
a { background-color: rgb(204,193,238); }
div.DivClassName
{
background-color: #CCC1EE;
}
.BgClassName
{
background-color: #CCC1EE;
}
</style>
border-color css
<style>
span { border-color: #CCC1EE; }
span { border-color: rgb(204,193,238); }
td.TdClassName
{
border-color: #CCC1EE;
}
.TagClassName
{
border-color: #CCC1EE;
}
</style>