Shades of Fog #CCB6ED
Tints of Fog #CCB6ED
RGB
CMYK
RGB Variations
Color information
#CCB6ED (or 0xCCB6ED) is known color: Fog. HEX triplet: CC, B6 and ED. RGB value is (204,182,237). Sum of RGB (Red+Green+Blue) = 204+182+237=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB6ED is #334912. Grayscale: #C2C2C2. Windows color (decimal): -3361043 or 15578828. OLE color: 15578828.
HSL color Cylindrical-coordinate representation of color #CCB6ED: hue angle of 264º degrees, saturation: 0.6, 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 #CCB6ED is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 182 | 237 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.07 |
| HSL | 264º | 0.6% | 0.82% | - |
| HSV(B) | 264º | 0.23% | 0.93% | - |
| XYZ | 56.92 | 52.41 | 87.24 | - |
| YUV | 194.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 237 | 0.14 | 0.23 | 0 | 0.07 | 264 | 0.6 | 0.82 |
| Hex | CC | B6 | ED | E | 17 | 0 | 7 | 108 | 3C | 52 |
| Octal | 314 | 266 | 355 | 16 | 27 | 0 | 7 | 410 | 74 | 122 |
| Binary | 11001100 | 10110110 | 11101101 | 1110 | 10111 | 0 | 111 | 100001000 | 111100 | 1010010 |
Color Harmonies of #CCB6ED
Complementary color
Monochromatic Colors of #CCB6ED
Black with #CCB6ED
Text Example
Text Example
White with #CCB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6ED; }
p { color: rgb(204,182,237); }
H1.HeaderClassName
{
color: #CCB6ED;
}
.AnyTagClassName
{
color: #CCB6ED;
}
</style>
background-color css
<style>
a { background-color: #CCB6ED; }
a { background-color: rgb(204,182,237); }
div.DivClassName
{
background-color: #CCB6ED;
}
.BgClassName
{
background-color: #CCB6ED;
}
</style>
border-color css
<style>
span { border-color: #CCB6ED; }
span { border-color: rgb(204,182,237); }
td.TdClassName
{
border-color: #CCB6ED;
}
.TagClassName
{
border-color: #CCB6ED;
}
</style>