Shades of Fog #CCBFE6
Tints of Fog #CCBFE6
RGB
CMYK
RGB Variations
Color information
#CCBFE6 (or 0xCCBFE6) is known color: Fog. HEX triplet: CC, BF and E6. RGB value is (204,191,230). Sum of RGB (Red+Green+Blue) = 204+191+230=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCBFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBFE6 is #334019. Grayscale: #C7C7C7. Windows color (decimal): -3358746 or 15122380. OLE color: 15122380.
HSL color Cylindrical-coordinate representation of color #CCBFE6: hue angle of 260º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCBFE6 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 191 | 230 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.10 |
| HSL | 260º | 0.44% | 0.83% | - |
| HSV(B) | 260º | 0.17% | 0.9% | - |
| XYZ | 57.82 | 55.81 | 82.59 | - |
| YUV | 199.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 230 | 0.11 | 0.17 | 0 | 0.10 | 260 | 0.44 | 0.83 |
| Hex | CC | BF | E6 | B | 11 | 0 | A | 104 | 2C | 53 |
| Octal | 314 | 277 | 346 | 13 | 21 | 0 | 12 | 404 | 54 | 123 |
| Binary | 11001100 | 10111111 | 11100110 | 1011 | 10001 | 0 | 1010 | 100000100 | 101100 | 1010011 |
Color Harmonies of #CCBFE6
Complementary color
Monochromatic Colors of #CCBFE6
Black with #CCBFE6
Text Example
Text Example
White with #CCBFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFE6; }
p { color: rgb(204,191,230); }
H1.HeaderClassName
{
color: #CCBFE6;
}
.AnyTagClassName
{
color: #CCBFE6;
}
</style>
background-color css
<style>
a { background-color: #CCBFE6; }
a { background-color: rgb(204,191,230); }
div.DivClassName
{
background-color: #CCBFE6;
}
.BgClassName
{
background-color: #CCBFE6;
}
</style>
border-color css
<style>
span { border-color: #CCBFE6; }
span { border-color: rgb(204,191,230); }
td.TdClassName
{
border-color: #CCBFE6;
}
.TagClassName
{
border-color: #CCBFE6;
}
</style>