Shades of Fog #CCBFE8
Tints of Fog #CCBFE8
RGB
CMYK
RGB Variations
Color information
#CCBFE8 (or 0xCCBFE8) is known color: Fog. HEX triplet: CC, BF and E8. RGB value is (204,191,232). Sum of RGB (Red+Green+Blue) = 204+191+232=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCBFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBFE8 is #334017. Grayscale: #C7C7C7. Windows color (decimal): -3358744 or 15253452. OLE color: 15253452.
HSL color Cylindrical-coordinate representation of color #CCBFE8: hue angle of 259.02º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCBFE8 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 191 | 232 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.09 |
| HSL | 259.02º | 0.47% | 0.83% | - |
| HSV(B) | 259.02º | 0.18% | 0.91% | - |
| XYZ | 58.1 | 55.93 | 84.08 | - |
| YUV | 199.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 232 | 0.12 | 0.18 | 0 | 0.09 | 259.02 | 0.47 | 0.83 |
| Hex | CC | BF | E8 | C | 12 | 0 | 9 | 103 | 2F | 53 |
| Octal | 314 | 277 | 350 | 14 | 22 | 0 | 11 | 403 | 57 | 123 |
| Binary | 11001100 | 10111111 | 11101000 | 1100 | 10010 | 0 | 1001 | 100000011 | 101111 | 1010011 |
Color Harmonies of #CCBFE8
Complementary color
Monochromatic Colors of #CCBFE8
Black with #CCBFE8
Text Example
Text Example
White with #CCBFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFE8; }
p { color: rgb(204,191,232); }
H1.HeaderClassName
{
color: #CCBFE8;
}
.AnyTagClassName
{
color: #CCBFE8;
}
</style>
background-color css
<style>
a { background-color: #CCBFE8; }
a { background-color: rgb(204,191,232); }
div.DivClassName
{
background-color: #CCBFE8;
}
.BgClassName
{
background-color: #CCBFE8;
}
</style>
border-color css
<style>
span { border-color: #CCBFE8; }
span { border-color: rgb(204,191,232); }
td.TdClassName
{
border-color: #CCBFE8;
}
.TagClassName
{
border-color: #CCBFE8;
}
</style>