Shades of Fog #CCBAF8
Tints of Fog #CCBAF8
RGB
CMYK
RGB Variations
Color information
#CCBAF8 (or 0xCCBAF8) is known color: Fog. HEX triplet: CC, BA and F8. RGB value is (204,186,248). Sum of RGB (Red+Green+Blue) = 204+186+248=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCBAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAF8 is #334507. Grayscale: #C6C6C6. Windows color (decimal): -3360008 or 16300748. OLE color: 16300748.
HSL color Cylindrical-coordinate representation of color #CCBAF8: hue angle of 257.42º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCBAF8 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 186 | 248 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.03 |
| HSL | 257.42º | 0.82% | 0.85% | - |
| HSV(B) | 257.42º | 0.25% | 0.97% | - |
| XYZ | 59.4 | 54.73 | 96.24 | - |
| YUV | 198.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 248 | 0.18 | 0.25 | 0 | 0.03 | 257.42 | 0.82 | 0.85 |
| Hex | CC | BA | F8 | 12 | 19 | 0 | 3 | 101 | 52 | 55 |
| Octal | 314 | 272 | 370 | 22 | 31 | 0 | 3 | 401 | 122 | 125 |
| Binary | 11001100 | 10111010 | 11111000 | 10010 | 11001 | 0 | 11 | 100000001 | 1010010 | 1010101 |
Color Harmonies of #CCBAF8
Complementary color
Monochromatic Colors of #CCBAF8
Black with #CCBAF8
Text Example
Text Example
White with #CCBAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAF8; }
p { color: rgb(204,186,248); }
H1.HeaderClassName
{
color: #CCBAF8;
}
.AnyTagClassName
{
color: #CCBAF8;
}
</style>
background-color css
<style>
a { background-color: #CCBAF8; }
a { background-color: rgb(204,186,248); }
div.DivClassName
{
background-color: #CCBAF8;
}
.BgClassName
{
background-color: #CCBAF8;
}
</style>
border-color css
<style>
span { border-color: #CCBAF8; }
span { border-color: rgb(204,186,248); }
td.TdClassName
{
border-color: #CCBAF8;
}
.TagClassName
{
border-color: #CCBAF8;
}
</style>