Shades of Fog #CCBFE2
Tints of Fog #CCBFE2
RGB
CMYK
RGB Variations
Color information
#CCBFE2 (or 0xCCBFE2) is known color: Fog. HEX triplet: CC, BF and E2. RGB value is (204,191,226). Sum of RGB (Red+Green+Blue) = 204+191+226=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCBFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFE2 is #33401D. Grayscale: #C6C6C6. Windows color (decimal): -3358750 or 14860236. OLE color: 14860236.
HSL color Cylindrical-coordinate representation of color #CCBFE2: hue angle of 262.29º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCBFE2 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 191 | 226 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.11 |
| HSL | 262.29º | 0.38% | 0.82% | - |
| HSV(B) | 262.29º | 0.15% | 0.89% | - |
| XYZ | 57.26 | 55.59 | 79.66 | - |
| YUV | 198.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 226 | 0.10 | 0.15 | 0 | 0.11 | 262.29 | 0.38 | 0.82 |
| Hex | CC | BF | E2 | A | F | 0 | B | 106 | 26 | 52 |
| Octal | 314 | 277 | 342 | 12 | 17 | 0 | 13 | 406 | 46 | 122 |
| Binary | 11001100 | 10111111 | 11100010 | 1010 | 1111 | 0 | 1011 | 100000110 | 100110 | 1010010 |
Color Harmonies of #CCBFE2
Complementary color
Monochromatic Colors of #CCBFE2
Black with #CCBFE2
Text Example
Text Example
White with #CCBFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFE2; }
p { color: rgb(204,191,226); }
H1.HeaderClassName
{
color: #CCBFE2;
}
.AnyTagClassName
{
color: #CCBFE2;
}
</style>
background-color css
<style>
a { background-color: #CCBFE2; }
a { background-color: rgb(204,191,226); }
div.DivClassName
{
background-color: #CCBFE2;
}
.BgClassName
{
background-color: #CCBFE2;
}
</style>
border-color css
<style>
span { border-color: #CCBFE2; }
span { border-color: rgb(204,191,226); }
td.TdClassName
{
border-color: #CCBFE2;
}
.TagClassName
{
border-color: #CCBFE2;
}
</style>