Shades of Fog #CCBFEE
Tints of Fog #CCBFEE
RGB
CMYK
RGB Variations
Color information
#CCBFEE (or 0xCCBFEE) is known color: Fog. HEX triplet: CC, BF and EE. RGB value is (204,191,238). Sum of RGB (Red+Green+Blue) = 204+191+238=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCBFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBFEE is #334011. Grayscale: #C8C8C8. Windows color (decimal): -3358738 or 15646668. OLE color: 15646668.
HSL color Cylindrical-coordinate representation of color #CCBFEE: hue angle of 256.6º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCBFEE is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 191 | 238 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.07 |
| HSL | 256.6º | 0.58% | 0.84% | - |
| HSV(B) | 256.6º | 0.2% | 0.93% | - |
| XYZ | 58.97 | 56.27 | 88.64 | - |
| YUV | 200.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 238 | 0.14 | 0.20 | 0 | 0.07 | 256.6 | 0.58 | 0.84 |
| Hex | CC | BF | EE | E | 14 | 0 | 7 | 101 | 3A | 54 |
| Octal | 314 | 277 | 356 | 16 | 24 | 0 | 7 | 401 | 72 | 124 |
| Binary | 11001100 | 10111111 | 11101110 | 1110 | 10100 | 0 | 111 | 100000001 | 111010 | 1010100 |
Color Harmonies of #CCBFEE
Complementary color
Monochromatic Colors of #CCBFEE
Black with #CCBFEE
Text Example
Text Example
White with #CCBFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFEE; }
p { color: rgb(204,191,238); }
H1.HeaderClassName
{
color: #CCBFEE;
}
.AnyTagClassName
{
color: #CCBFEE;
}
</style>
background-color css
<style>
a { background-color: #CCBFEE; }
a { background-color: rgb(204,191,238); }
div.DivClassName
{
background-color: #CCBFEE;
}
.BgClassName
{
background-color: #CCBFEE;
}
</style>
border-color css
<style>
span { border-color: #CCBFEE; }
span { border-color: rgb(204,191,238); }
td.TdClassName
{
border-color: #CCBFEE;
}
.TagClassName
{
border-color: #CCBFEE;
}
</style>