Shades of Fog #CCBFEA
Tints of Fog #CCBFEA
RGB
CMYK
RGB Variations
Color information
#CCBFEA (or 0xCCBFEA) is known color: Fog. HEX triplet: CC, BF and EA. RGB value is (204,191,234). Sum of RGB (Red+Green+Blue) = 204+191+234=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCBFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBFEA is #334015. Grayscale: #C7C7C7. Windows color (decimal): -3358742 or 15384524. OLE color: 15384524.
HSL color Cylindrical-coordinate representation of color #CCBFEA: hue angle of 258.14º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCBFEA is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 191 | 234 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.08 |
| HSL | 258.14º | 0.51% | 0.83% | - |
| HSV(B) | 258.14º | 0.18% | 0.92% | - |
| XYZ | 58.38 | 56.04 | 85.58 | - |
| YUV | 199.79 | 147.31 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 234 | 0.13 | 0.18 | 0 | 0.08 | 258.14 | 0.51 | 0.83 |
| Hex | CC | BF | EA | D | 12 | 0 | 8 | 102 | 33 | 53 |
| Octal | 314 | 277 | 352 | 15 | 22 | 0 | 10 | 402 | 63 | 123 |
| Binary | 11001100 | 10111111 | 11101010 | 1101 | 10010 | 0 | 1000 | 100000010 | 110011 | 1010011 |
Color Harmonies of #CCBFEA
Complementary color
Monochromatic Colors of #CCBFEA
Black with #CCBFEA
Text Example
Text Example
White with #CCBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFEA; }
p { color: rgb(204,191,234); }
H1.HeaderClassName
{
color: #CCBFEA;
}
.AnyTagClassName
{
color: #CCBFEA;
}
</style>
background-color css
<style>
a { background-color: #CCBFEA; }
a { background-color: rgb(204,191,234); }
div.DivClassName
{
background-color: #CCBFEA;
}
.BgClassName
{
background-color: #CCBFEA;
}
</style>
border-color css
<style>
span { border-color: #CCBFEA; }
span { border-color: rgb(204,191,234); }
td.TdClassName
{
border-color: #CCBFEA;
}
.TagClassName
{
border-color: #CCBFEA;
}
</style>