Shades of Fog #CCC0ED
Tints of Fog #CCC0ED
RGB
CMYK
RGB Variations
Color information
#CCC0ED (or 0xCCC0ED) is known color: Fog. HEX triplet: CC, C0 and ED. RGB value is (204,192,237). Sum of RGB (Red+Green+Blue) = 204+192+237=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCC0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0ED is #333F12. Grayscale: #C8C8C8. Windows color (decimal): -3358483 or 15581388. OLE color: 15581388.
HSL color Cylindrical-coordinate representation of color #CCC0ED: hue angle of 256º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCC0ED is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 192 | 237 | - |
CMYK | 0.14 | 0.19 | 0 | 0.07 |
HSL | 256º | 0.56% | 0.84% | - |
HSV(B) | 256º | 0.19% | 0.93% | - |
XYZ | 59.04 | 56.65 | 87.94 | - |
YUV | 200.72 | 148.48 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 192 | 237 | 0.14 | 0.19 | 0 | 0.07 | 256 | 0.56 | 0.84 |
Hex | CC | C0 | ED | E | 13 | 0 | 7 | 100 | 38 | 54 |
Octal | 314 | 300 | 355 | 16 | 23 | 0 | 7 | 400 | 70 | 124 |
Binary | 11001100 | 11000000 | 11101101 | 1110 | 10011 | 0 | 111 | 100000000 | 111000 | 1010100 |
Color Harmonies of #CCC0ED
Complementary color
Monochromatic Colors of #CCC0ED
Black with #CCC0ED
Text Example
Text Example
White with #CCC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0ED; }
p { color: rgb(204,192,237); }
H1.HeaderClassName
{
color: #CCC0ED;
}
.AnyTagClassName
{
color: #CCC0ED;
}
</style>
background-color css
<style>
a { background-color: #CCC0ED; }
a { background-color: rgb(204,192,237); }
div.DivClassName
{
background-color: #CCC0ED;
}
.BgClassName
{
background-color: #CCC0ED;
}
</style>
border-color css
<style>
span { border-color: #CCC0ED; }
span { border-color: rgb(204,192,237); }
td.TdClassName
{
border-color: #CCC0ED;
}
.TagClassName
{
border-color: #CCC0ED;
}
</style>