Shades of Fog #CFCBE6
Tints of Fog #CFCBE6
RGB
CMYK
RGB Variations
Color information
#CFCBE6 (or 0xCFCBE6) is known color: Fog. HEX triplet: CF, CB and E6. RGB value is (207,203,230). Sum of RGB (Red+Green+Blue) = 207+203+230=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFCBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBE6 is #303419. Grayscale: #CFCFCF. Windows color (decimal): -3159066 or 15125455. OLE color: 15125455.
HSL color Cylindrical-coordinate representation of color #CFCBE6: hue angle of 248.89º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFCBE6 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 203 | 230 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.10 |
| HSL | 248.89º | 0.35% | 0.85% | - |
| HSV(B) | 248.89º | 0.12% | 0.9% | - |
| XYZ | 61.37 | 61.69 | 83.54 | - |
| YUV | 207.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 230 | 0.10 | 0.12 | 0 | 0.10 | 248.89 | 0.35 | 0.85 |
| Hex | CF | CB | E6 | A | C | 0 | A | F9 | 23 | 55 |
| Octal | 317 | 313 | 346 | 12 | 14 | 0 | 12 | 371 | 43 | 125 |
| Binary | 11001111 | 11001011 | 11100110 | 1010 | 1100 | 0 | 1010 | 11111001 | 100011 | 1010101 |
Color Harmonies of #CFCBE6
Complementary color
Monochromatic Colors of #CFCBE6
Black with #CFCBE6
Text Example
Text Example
White with #CFCBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBE6; }
p { color: rgb(207,203,230); }
H1.HeaderClassName
{
color: #CFCBE6;
}
.AnyTagClassName
{
color: #CFCBE6;
}
</style>
background-color css
<style>
a { background-color: #CFCBE6; }
a { background-color: rgb(207,203,230); }
div.DivClassName
{
background-color: #CFCBE6;
}
.BgClassName
{
background-color: #CFCBE6;
}
</style>
border-color css
<style>
span { border-color: #CFCBE6; }
span { border-color: rgb(207,203,230); }
td.TdClassName
{
border-color: #CFCBE6;
}
.TagClassName
{
border-color: #CFCBE6;
}
</style>