Shades of Fog #CCBFEC
Tints of Fog #CCBFEC
RGB
CMYK
RGB Variations
Color information
#CCBFEC (or 0xCCBFEC) is known color: Fog. HEX triplet: CC, BF and EC. RGB value is (204,191,236). Sum of RGB (Red+Green+Blue) = 204+191+236=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCBFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBFEC is #334013. Grayscale: #C7C7C7. Windows color (decimal): -3358740 or 15515596. OLE color: 15515596.
HSL color Cylindrical-coordinate representation of color #CCBFEC: hue angle of 257.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBFEC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 191 | 236 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.07 |
| HSL | 257.33º | 0.54% | 0.84% | - |
| HSV(B) | 257.33º | 0.19% | 0.93% | - |
| XYZ | 58.67 | 56.16 | 87.1 | - |
| YUV | 200.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 236 | 0.14 | 0.19 | 0 | 0.07 | 257.33 | 0.54 | 0.84 |
| Hex | CC | BF | EC | E | 13 | 0 | 7 | 101 | 36 | 54 |
| Octal | 314 | 277 | 354 | 16 | 23 | 0 | 7 | 401 | 66 | 124 |
| Binary | 11001100 | 10111111 | 11101100 | 1110 | 10011 | 0 | 111 | 100000001 | 110110 | 1010100 |
Color Harmonies of #CCBFEC
Complementary color
Monochromatic Colors of #CCBFEC
Black with #CCBFEC
Text Example
Text Example
White with #CCBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFEC; }
p { color: rgb(204,191,236); }
H1.HeaderClassName
{
color: #CCBFEC;
}
.AnyTagClassName
{
color: #CCBFEC;
}
</style>
background-color css
<style>
a { background-color: #CCBFEC; }
a { background-color: rgb(204,191,236); }
div.DivClassName
{
background-color: #CCBFEC;
}
.BgClassName
{
background-color: #CCBFEC;
}
</style>
border-color css
<style>
span { border-color: #CCBFEC; }
span { border-color: rgb(204,191,236); }
td.TdClassName
{
border-color: #CCBFEC;
}
.TagClassName
{
border-color: #CCBFEC;
}
</style>