Shades of Fog #CCBFF1
Tints of Fog #CCBFF1
RGB
CMYK
RGB Variations
Color information
#CCBFF1 (or 0xCCBFF1) is known color: Fog. HEX triplet: CC, BF and F1. RGB value is (204,191,241). Sum of RGB (Red+Green+Blue) = 204+191+241=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCBFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBFF1 is #33400E. Grayscale: #C8C8C8. Windows color (decimal): -3358735 or 15843276. OLE color: 15843276.
HSL color Cylindrical-coordinate representation of color #CCBFF1: hue angle of 255.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBFF1 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 191 | 241 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.05 |
| HSL | 255.6º | 0.64% | 0.85% | - |
| HSV(B) | 255.6º | 0.21% | 0.95% | - |
| XYZ | 59.41 | 56.45 | 90.98 | - |
| YUV | 200.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 241 | 0.15 | 0.21 | 0 | 0.05 | 255.6 | 0.64 | 0.85 |
| Hex | CC | BF | F1 | F | 15 | 0 | 5 | 100 | 40 | 55 |
| Octal | 314 | 277 | 361 | 17 | 25 | 0 | 5 | 400 | 100 | 125 |
| Binary | 11001100 | 10111111 | 11110001 | 1111 | 10101 | 0 | 101 | 100000000 | 1000000 | 1010101 |
Color Harmonies of #CCBFF1
Complementary color
Monochromatic Colors of #CCBFF1
Black with #CCBFF1
Text Example
Text Example
White with #CCBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFF1; }
p { color: rgb(204,191,241); }
H1.HeaderClassName
{
color: #CCBFF1;
}
.AnyTagClassName
{
color: #CCBFF1;
}
</style>
background-color css
<style>
a { background-color: #CCBFF1; }
a { background-color: rgb(204,191,241); }
div.DivClassName
{
background-color: #CCBFF1;
}
.BgClassName
{
background-color: #CCBFF1;
}
</style>
border-color css
<style>
span { border-color: #CCBFF1; }
span { border-color: rgb(204,191,241); }
td.TdClassName
{
border-color: #CCBFF1;
}
.TagClassName
{
border-color: #CCBFF1;
}
</style>