Shades of Fog #CCBFED
Tints of Fog #CCBFED
RGB
CMYK
RGB Variations
Color information
#CCBFED (or 0xCCBFED) is known color: Fog. HEX triplet: CC, BF and ED. RGB value is (204,191,237). Sum of RGB (Red+Green+Blue) = 204+191+237=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCBFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBFED is #334012. Grayscale: #C7C7C7. Windows color (decimal): -3358739 or 15581132. OLE color: 15581132.
HSL color Cylindrical-coordinate representation of color #CCBFED: hue angle of 256.96º degrees, saturation: 0.56, 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 #CCBFED is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 191 | 237 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.07 |
| HSL | 256.96º | 0.56% | 0.84% | - |
| HSV(B) | 256.96º | 0.19% | 0.93% | - |
| XYZ | 58.82 | 56.21 | 87.87 | - |
| YUV | 200.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 237 | 0.14 | 0.19 | 0 | 0.07 | 256.96 | 0.56 | 0.84 |
| Hex | CC | BF | ED | E | 13 | 0 | 7 | 101 | 38 | 54 |
| Octal | 314 | 277 | 355 | 16 | 23 | 0 | 7 | 401 | 70 | 124 |
| Binary | 11001100 | 10111111 | 11101101 | 1110 | 10011 | 0 | 111 | 100000001 | 111000 | 1010100 |
Color Harmonies of #CCBFED
Complementary color
Monochromatic Colors of #CCBFED
Black with #CCBFED
Text Example
Text Example
White with #CCBFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFED; }
p { color: rgb(204,191,237); }
H1.HeaderClassName
{
color: #CCBFED;
}
.AnyTagClassName
{
color: #CCBFED;
}
</style>
background-color css
<style>
a { background-color: #CCBFED; }
a { background-color: rgb(204,191,237); }
div.DivClassName
{
background-color: #CCBFED;
}
.BgClassName
{
background-color: #CCBFED;
}
</style>
border-color css
<style>
span { border-color: #CCBFED; }
span { border-color: rgb(204,191,237); }
td.TdClassName
{
border-color: #CCBFED;
}
.TagClassName
{
border-color: #CCBFED;
}
</style>