Shades of Fog #CCB6EC
Tints of Fog #CCB6EC
RGB
CMYK
RGB Variations
Color information
#CCB6EC (or 0xCCB6EC) is known color: Fog. HEX triplet: CC, B6 and EC. RGB value is (204,182,236). Sum of RGB (Red+Green+Blue) = 204+182+236=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB6EC is #334913. Grayscale: #C2C2C2. Windows color (decimal): -3361044 or 15513292. OLE color: 15513292.
HSL color Cylindrical-coordinate representation of color #CCB6EC: hue angle of 264.44º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB6EC is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 182 | 236 | - |
CMYK | 0.14 | 0.23 | 0 | 0.07 |
HSL | 264.44º | 0.59% | 0.82% | - |
HSV(B) | 264.44º | 0.23% | 0.93% | - |
XYZ | 56.77 | 52.35 | 86.47 | - |
YUV | 194.73 | 151.29 | 134.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 182 | 236 | 0.14 | 0.23 | 0 | 0.07 | 264.44 | 0.59 | 0.82 |
Hex | CC | B6 | EC | E | 17 | 0 | 7 | 108 | 3B | 52 |
Octal | 314 | 266 | 354 | 16 | 27 | 0 | 7 | 410 | 73 | 122 |
Binary | 11001100 | 10110110 | 11101100 | 1110 | 10111 | 0 | 111 | 100001000 | 111011 | 1010010 |
Color Harmonies of #CCB6EC
Complementary color
Monochromatic Colors of #CCB6EC
Black with #CCB6EC
Text Example
Text Example
White with #CCB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6EC; }
p { color: rgb(204,182,236); }
H1.HeaderClassName
{
color: #CCB6EC;
}
.AnyTagClassName
{
color: #CCB6EC;
}
</style>
background-color css
<style>
a { background-color: #CCB6EC; }
a { background-color: rgb(204,182,236); }
div.DivClassName
{
background-color: #CCB6EC;
}
.BgClassName
{
background-color: #CCB6EC;
}
</style>
border-color css
<style>
span { border-color: #CCB6EC; }
span { border-color: rgb(204,182,236); }
td.TdClassName
{
border-color: #CCB6EC;
}
.TagClassName
{
border-color: #CCB6EC;
}
</style>