Shades of Fog #CCB6F4
Tints of Fog #CCB6F4
RGB
CMYK
RGB Variations
Color information
#CCB6F4 (or 0xCCB6F4) is known color: Fog. HEX triplet: CC, B6 and F4. RGB value is (204,182,244). Sum of RGB (Red+Green+Blue) = 204+182+244=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 244 (95.70% from 255 or 38.73% from 630); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCB6F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB6F4 is #33490B. Grayscale: #C3C3C3. Windows color (decimal): -3361036 or 16037580. OLE color: 16037580.
HSL color Cylindrical-coordinate representation of color #CCB6F4: hue angle of 261.29º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB6F4 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 182 | 244 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.04 |
| HSL | 261.29º | 0.74% | 0.84% | - |
| HSV(B) | 261.29º | 0.25% | 0.96% | - |
| XYZ | 57.96 | 52.82 | 92.73 | - |
| YUV | 195.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 244 | 0.16 | 0.25 | 0 | 0.04 | 261.29 | 0.74 | 0.84 |
| Hex | CC | B6 | F4 | 10 | 19 | 0 | 4 | 105 | 4A | 54 |
| Octal | 314 | 266 | 364 | 20 | 31 | 0 | 4 | 405 | 112 | 124 |
| Binary | 11001100 | 10110110 | 11110100 | 10000 | 11001 | 0 | 100 | 100000101 | 1001010 | 1010100 |
Color Harmonies of #CCB6F4
Complementary color
Monochromatic Colors of #CCB6F4
Black with #CCB6F4
Text Example
Text Example
White with #CCB6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6F4; }
p { color: rgb(204,182,244); }
H1.HeaderClassName
{
color: #CCB6F4;
}
.AnyTagClassName
{
color: #CCB6F4;
}
</style>
background-color css
<style>
a { background-color: #CCB6F4; }
a { background-color: rgb(204,182,244); }
div.DivClassName
{
background-color: #CCB6F4;
}
.BgClassName
{
background-color: #CCB6F4;
}
</style>
border-color css
<style>
span { border-color: #CCB6F4; }
span { border-color: rgb(204,182,244); }
td.TdClassName
{
border-color: #CCB6F4;
}
.TagClassName
{
border-color: #CCB6F4;
}
</style>