Shades of Fog #CCB6E9
Tints of Fog #CCB6E9
RGB
CMYK
RGB Variations
Color information
#CCB6E9 (or 0xCCB6E9) is known color: Fog. HEX triplet: CC, B6 and E9. RGB value is (204,182,233). Sum of RGB (Red+Green+Blue) = 204+182+233=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB6E9 is #334916. Grayscale: #C2C2C2. Windows color (decimal): -3361047 or 15316684. OLE color: 15316684.
HSL color Cylindrical-coordinate representation of color #CCB6E9: hue angle of 265.88º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCB6E9 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 182 | 233 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.09 |
| HSL | 265.88º | 0.54% | 0.81% | - |
| HSV(B) | 265.88º | 0.22% | 0.91% | - |
| XYZ | 56.34 | 52.18 | 84.19 | - |
| YUV | 194.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 233 | 0.12 | 0.22 | 0 | 0.09 | 265.88 | 0.54 | 0.81 |
| Hex | CC | B6 | E9 | C | 16 | 0 | 9 | 10A | 36 | 51 |
| Octal | 314 | 266 | 351 | 14 | 26 | 0 | 11 | 412 | 66 | 121 |
| Binary | 11001100 | 10110110 | 11101001 | 1100 | 10110 | 0 | 1001 | 100001010 | 110110 | 1010001 |
Color Harmonies of #CCB6E9
Complementary color
Monochromatic Colors of #CCB6E9
Black with #CCB6E9
Text Example
Text Example
White with #CCB6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6E9; }
p { color: rgb(204,182,233); }
H1.HeaderClassName
{
color: #CCB6E9;
}
.AnyTagClassName
{
color: #CCB6E9;
}
</style>
background-color css
<style>
a { background-color: #CCB6E9; }
a { background-color: rgb(204,182,233); }
div.DivClassName
{
background-color: #CCB6E9;
}
.BgClassName
{
background-color: #CCB6E9;
}
</style>
border-color css
<style>
span { border-color: #CCB6E9; }
span { border-color: rgb(204,182,233); }
td.TdClassName
{
border-color: #CCB6E9;
}
.TagClassName
{
border-color: #CCB6E9;
}
</style>