Shades of Fog #CCC3D8
Tints of Fog #CCC3D8
RGB
CMYK
RGB Variations
Color information
#CCC3D8 (or 0xCCC3D8) is known color: Fog. HEX triplet: CC, C3 and D8. RGB value is (204,195,216). Sum of RGB (Red+Green+Blue) = 204+195+216=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCC3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3D8 is #333C27. Grayscale: #C8C8C8. Windows color (decimal): -3357736 or 14205900. OLE color: 14205900.
HSL color Cylindrical-coordinate representation of color #CCC3D8: hue angle of 265.71º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC3D8 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 195 | 216 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.15 |
| HSL | 265.71º | 0.21% | 0.81% | - |
| HSV(B) | 265.71º | 0.1% | 0.85% | - |
| XYZ | 56.81 | 56.83 | 72.94 | - |
| YUV | 200.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 216 | 0.06 | 0.10 | 0 | 0.15 | 265.71 | 0.21 | 0.81 |
| Hex | CC | C3 | D8 | 6 | A | 0 | F | 10A | 15 | 51 |
| Octal | 314 | 303 | 330 | 6 | 12 | 0 | 17 | 412 | 25 | 121 |
| Binary | 11001100 | 11000011 | 11011000 | 110 | 1010 | 0 | 1111 | 100001010 | 10101 | 1010001 |
Color Harmonies of #CCC3D8
Complementary color
Monochromatic Colors of #CCC3D8
Black with #CCC3D8
Text Example
Text Example
White with #CCC3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3D8; }
p { color: rgb(204,195,216); }
H1.HeaderClassName
{
color: #CCC3D8;
}
.AnyTagClassName
{
color: #CCC3D8;
}
</style>
background-color css
<style>
a { background-color: #CCC3D8; }
a { background-color: rgb(204,195,216); }
div.DivClassName
{
background-color: #CCC3D8;
}
.BgClassName
{
background-color: #CCC3D8;
}
</style>
border-color css
<style>
span { border-color: #CCC3D8; }
span { border-color: rgb(204,195,216); }
td.TdClassName
{
border-color: #CCC3D8;
}
.TagClassName
{
border-color: #CCC3D8;
}
</style>