Shades of Fog #CCC1EA
Tints of Fog #CCC1EA
RGB
CMYK
RGB Variations
Color information
#CCC1EA (or 0xCCC1EA) is known color: Fog. HEX triplet: CC, C1 and EA. RGB value is (204,193,234). Sum of RGB (Red+Green+Blue) = 204+193+234=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCC1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1EA is #333E15. Grayscale: #C8C8C8. Windows color (decimal): -3358230 or 15385036. OLE color: 15385036.
HSL color Cylindrical-coordinate representation of color #CCC1EA: hue angle of 256.1º degrees, saturation: 0.49, 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 #CCC1EA is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 193 | 234 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.08 |
| HSL | 256.1º | 0.49% | 0.84% | - |
| HSV(B) | 256.1º | 0.18% | 0.92% | - |
| XYZ | 58.82 | 56.92 | 85.73 | - |
| YUV | 200.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 234 | 0.13 | 0.18 | 0 | 0.08 | 256.1 | 0.49 | 0.84 |
| Hex | CC | C1 | EA | D | 12 | 0 | 8 | 100 | 31 | 54 |
| Octal | 314 | 301 | 352 | 15 | 22 | 0 | 10 | 400 | 61 | 124 |
| Binary | 11001100 | 11000001 | 11101010 | 1101 | 10010 | 0 | 1000 | 100000000 | 110001 | 1010100 |
Color Harmonies of #CCC1EA
Complementary color
Monochromatic Colors of #CCC1EA
Black with #CCC1EA
Text Example
Text Example
White with #CCC1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1EA; }
p { color: rgb(204,193,234); }
H1.HeaderClassName
{
color: #CCC1EA;
}
.AnyTagClassName
{
color: #CCC1EA;
}
</style>
background-color css
<style>
a { background-color: #CCC1EA; }
a { background-color: rgb(204,193,234); }
div.DivClassName
{
background-color: #CCC1EA;
}
.BgClassName
{
background-color: #CCC1EA;
}
</style>
border-color css
<style>
span { border-color: #CCC1EA; }
span { border-color: rgb(204,193,234); }
td.TdClassName
{
border-color: #CCC1EA;
}
.TagClassName
{
border-color: #CCC1EA;
}
</style>