Shades of Fog #CCBFEB
Tints of Fog #CCBFEB
RGB
CMYK
RGB Variations
Color information
#CCBFEB (or 0xCCBFEB) is known color: Fog. HEX triplet: CC, BF and EB. RGB value is (204,191,235). Sum of RGB (Red+Green+Blue) = 204+191+235=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCBFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBFEB is #334014. Grayscale: #C7C7C7. Windows color (decimal): -3358741 or 15450060. OLE color: 15450060.
HSL color Cylindrical-coordinate representation of color #CCBFEB: hue angle of 257.73º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBFEB is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 191 | 235 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.08 |
| HSL | 257.73º | 0.52% | 0.84% | - |
| HSV(B) | 257.73º | 0.19% | 0.92% | - |
| XYZ | 58.53 | 56.1 | 86.34 | - |
| YUV | 199.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 235 | 0.13 | 0.19 | 0 | 0.08 | 257.73 | 0.52 | 0.84 |
| Hex | CC | BF | EB | D | 13 | 0 | 8 | 102 | 34 | 54 |
| Octal | 314 | 277 | 353 | 15 | 23 | 0 | 10 | 402 | 64 | 124 |
| Binary | 11001100 | 10111111 | 11101011 | 1101 | 10011 | 0 | 1000 | 100000010 | 110100 | 1010100 |
Color Harmonies of #CCBFEB
Complementary color
Monochromatic Colors of #CCBFEB
Black with #CCBFEB
Text Example
Text Example
White with #CCBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFEB; }
p { color: rgb(204,191,235); }
H1.HeaderClassName
{
color: #CCBFEB;
}
.AnyTagClassName
{
color: #CCBFEB;
}
</style>
background-color css
<style>
a { background-color: #CCBFEB; }
a { background-color: rgb(204,191,235); }
div.DivClassName
{
background-color: #CCBFEB;
}
.BgClassName
{
background-color: #CCBFEB;
}
</style>
border-color css
<style>
span { border-color: #CCBFEB; }
span { border-color: rgb(204,191,235); }
td.TdClassName
{
border-color: #CCBFEB;
}
.TagClassName
{
border-color: #CCBFEB;
}
</style>