Shades of Fog #CCBAF1
Tints of Fog #CCBAF1
RGB
CMYK
RGB Variations
Color information
#CCBAF1 (or 0xCCBAF1) is known color: Fog. HEX triplet: CC, BA and F1. RGB value is (204,186,241). Sum of RGB (Red+Green+Blue) = 204+186+241=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCBAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAF1 is #33450E. Grayscale: #C5C5C5. Windows color (decimal): -3360015 or 15841996. OLE color: 15841996.
HSL color Cylindrical-coordinate representation of color #CCBAF1: hue angle of 259.64º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCBAF1 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 186 | 241 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.05 |
| HSL | 259.64º | 0.66% | 0.84% | - |
| HSV(B) | 259.64º | 0.23% | 0.95% | - |
| XYZ | 58.34 | 54.31 | 90.63 | - |
| YUV | 197.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 241 | 0.15 | 0.23 | 0 | 0.05 | 259.64 | 0.66 | 0.84 |
| Hex | CC | BA | F1 | F | 17 | 0 | 5 | 104 | 42 | 54 |
| Octal | 314 | 272 | 361 | 17 | 27 | 0 | 5 | 404 | 102 | 124 |
| Binary | 11001100 | 10111010 | 11110001 | 1111 | 10111 | 0 | 101 | 100000100 | 1000010 | 1010100 |
Color Harmonies of #CCBAF1
Complementary color
Monochromatic Colors of #CCBAF1
Black with #CCBAF1
Text Example
Text Example
White with #CCBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAF1; }
p { color: rgb(204,186,241); }
H1.HeaderClassName
{
color: #CCBAF1;
}
.AnyTagClassName
{
color: #CCBAF1;
}
</style>
background-color css
<style>
a { background-color: #CCBAF1; }
a { background-color: rgb(204,186,241); }
div.DivClassName
{
background-color: #CCBAF1;
}
.BgClassName
{
background-color: #CCBAF1;
}
</style>
border-color css
<style>
span { border-color: #CCBAF1; }
span { border-color: rgb(204,186,241); }
td.TdClassName
{
border-color: #CCBAF1;
}
.TagClassName
{
border-color: #CCBAF1;
}
</style>