Shades of Fog #CCBFE0
Tints of Fog #CCBFE0
RGB
CMYK
RGB Variations
Color information
#CCBFE0 (or 0xCCBFE0) is known color: Fog. HEX triplet: CC, BF and E0. RGB value is (204,191,224). Sum of RGB (Red+Green+Blue) = 204+191+224=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFE0 is #33401F. Grayscale: #C6C6C6. Windows color (decimal): -3358752 or 14729164. OLE color: 14729164.
HSL color Cylindrical-coordinate representation of color #CCBFE0: hue angle of 263.64º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCBFE0 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 191 | 224 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.12 |
| HSL | 263.64º | 0.35% | 0.81% | - |
| HSV(B) | 263.64º | 0.15% | 0.88% | - |
| XYZ | 56.99 | 55.48 | 78.23 | - |
| YUV | 198.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 224 | 0.09 | 0.15 | 0 | 0.12 | 263.64 | 0.35 | 0.81 |
| Hex | CC | BF | E0 | 9 | F | 0 | C | 108 | 23 | 51 |
| Octal | 314 | 277 | 340 | 11 | 17 | 0 | 14 | 410 | 43 | 121 |
| Binary | 11001100 | 10111111 | 11100000 | 1001 | 1111 | 0 | 1100 | 100001000 | 100011 | 1010001 |
Color Harmonies of #CCBFE0
Complementary color
Monochromatic Colors of #CCBFE0
Black with #CCBFE0
Text Example
Text Example
White with #CCBFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFE0; }
p { color: rgb(204,191,224); }
H1.HeaderClassName
{
color: #CCBFE0;
}
.AnyTagClassName
{
color: #CCBFE0;
}
</style>
background-color css
<style>
a { background-color: #CCBFE0; }
a { background-color: rgb(204,191,224); }
div.DivClassName
{
background-color: #CCBFE0;
}
.BgClassName
{
background-color: #CCBFE0;
}
</style>
border-color css
<style>
span { border-color: #CCBFE0; }
span { border-color: rgb(204,191,224); }
td.TdClassName
{
border-color: #CCBFE0;
}
.TagClassName
{
border-color: #CCBFE0;
}
</style>