Shades of Fog #CCC2EA
Tints of Fog #CCC2EA
RGB
CMYK
RGB Variations
Color information
#CCC2EA (or 0xCCC2EA) is known color: Fog. HEX triplet: CC, C2 and EA. RGB value is (204,194,234). Sum of RGB (Red+Green+Blue) = 204+194+234=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCC2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2EA is #333D15. Grayscale: #C9C9C9. Windows color (decimal): -3357974 or 15385292. OLE color: 15385292.
HSL color Cylindrical-coordinate representation of color #CCC2EA: hue angle of 255º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC2EA is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 194 | 234 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.08 |
| HSL | 255º | 0.49% | 0.84% | - |
| HSV(B) | 255º | 0.17% | 0.92% | - |
| XYZ | 59.04 | 57.36 | 85.8 | - |
| YUV | 201.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 234 | 0.13 | 0.17 | 0 | 0.08 | 255 | 0.49 | 0.84 |
| Hex | CC | C2 | EA | D | 11 | 0 | 8 | FF | 31 | 54 |
| Octal | 314 | 302 | 352 | 15 | 21 | 0 | 10 | 377 | 61 | 124 |
| Binary | 11001100 | 11000010 | 11101010 | 1101 | 10001 | 0 | 1000 | 11111111 | 110001 | 1010100 |
Color Harmonies of #CCC2EA
Complementary color
Monochromatic Colors of #CCC2EA
Black with #CCC2EA
Text Example
Text Example
White with #CCC2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2EA; }
p { color: rgb(204,194,234); }
H1.HeaderClassName
{
color: #CCC2EA;
}
.AnyTagClassName
{
color: #CCC2EA;
}
</style>
background-color css
<style>
a { background-color: #CCC2EA; }
a { background-color: rgb(204,194,234); }
div.DivClassName
{
background-color: #CCC2EA;
}
.BgClassName
{
background-color: #CCC2EA;
}
</style>
border-color css
<style>
span { border-color: #CCC2EA; }
span { border-color: rgb(204,194,234); }
td.TdClassName
{
border-color: #CCC2EA;
}
.TagClassName
{
border-color: #CCC2EA;
}
</style>