Shades of Fog #CCB6F3
Tints of Fog #CCB6F3
RGB
CMYK
RGB Variations
Color information
#CCB6F3 (or 0xCCB6F3) is known color: Fog. HEX triplet: CC, B6 and F3. RGB value is (204,182,243). Sum of RGB (Red+Green+Blue) = 204+182+243=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 182 (71.48% from 255 or 28.93% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCB6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB6F3 is #33490C. Grayscale: #C3C3C3. Windows color (decimal): -3361037 or 15972044. OLE color: 15972044.
HSL color Cylindrical-coordinate representation of color #CCB6F3: hue angle of 261.64º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB6F3 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 182 | 243 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.05 |
| HSL | 261.64º | 0.72% | 0.83% | - |
| HSV(B) | 261.64º | 0.25% | 0.95% | - |
| XYZ | 57.81 | 52.76 | 91.93 | - |
| YUV | 195.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 243 | 0.16 | 0.25 | 0 | 0.05 | 261.64 | 0.72 | 0.83 |
| Hex | CC | B6 | F3 | 10 | 19 | 0 | 5 | 106 | 48 | 53 |
| Octal | 314 | 266 | 363 | 20 | 31 | 0 | 5 | 406 | 110 | 123 |
| Binary | 11001100 | 10110110 | 11110011 | 10000 | 11001 | 0 | 101 | 100000110 | 1001000 | 1010011 |
Color Harmonies of #CCB6F3
Complementary color
Monochromatic Colors of #CCB6F3
Black with #CCB6F3
Text Example
Text Example
White with #CCB6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6F3; }
p { color: rgb(204,182,243); }
H1.HeaderClassName
{
color: #CCB6F3;
}
.AnyTagClassName
{
color: #CCB6F3;
}
</style>
background-color css
<style>
a { background-color: #CCB6F3; }
a { background-color: rgb(204,182,243); }
div.DivClassName
{
background-color: #CCB6F3;
}
.BgClassName
{
background-color: #CCB6F3;
}
</style>
border-color css
<style>
span { border-color: #CCB6F3; }
span { border-color: rgb(204,182,243); }
td.TdClassName
{
border-color: #CCB6F3;
}
.TagClassName
{
border-color: #CCB6F3;
}
</style>