Shades of Fog #CFB9EF
Tints of Fog #CFB9EF
RGB
CMYK
RGB Variations
Color information
#CFB9EF (or 0xCFB9EF) is known color: Fog. HEX triplet: CF, B9 and EF. RGB value is (207,185,239). Sum of RGB (Red+Green+Blue) = 207+185+239=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFB9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB9EF is #304610. Grayscale: #C5C5C5. Windows color (decimal): -3163665 or 15710671. OLE color: 15710671.
HSL color Cylindrical-coordinate representation of color #CFB9EF: hue angle of 264.44º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFB9EF is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 185 | 239 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.06 |
| HSL | 264.44º | 0.63% | 0.83% | - |
| HSV(B) | 264.44º | 0.23% | 0.94% | - |
| XYZ | 58.66 | 54.2 | 89.03 | - |
| YUV | 197.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 239 | 0.13 | 0.23 | 0 | 0.06 | 264.44 | 0.63 | 0.83 |
| Hex | CF | B9 | EF | D | 17 | 0 | 6 | 108 | 3F | 53 |
| Octal | 317 | 271 | 357 | 15 | 27 | 0 | 6 | 410 | 77 | 123 |
| Binary | 11001111 | 10111001 | 11101111 | 1101 | 10111 | 0 | 110 | 100001000 | 111111 | 1010011 |
Color Harmonies of #CFB9EF
Complementary color
Monochromatic Colors of #CFB9EF
Black with #CFB9EF
Text Example
Text Example
White with #CFB9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9EF; }
p { color: rgb(207,185,239); }
H1.HeaderClassName
{
color: #CFB9EF;
}
.AnyTagClassName
{
color: #CFB9EF;
}
</style>
background-color css
<style>
a { background-color: #CFB9EF; }
a { background-color: rgb(207,185,239); }
div.DivClassName
{
background-color: #CFB9EF;
}
.BgClassName
{
background-color: #CFB9EF;
}
</style>
border-color css
<style>
span { border-color: #CFB9EF; }
span { border-color: rgb(207,185,239); }
td.TdClassName
{
border-color: #CFB9EF;
}
.TagClassName
{
border-color: #CFB9EF;
}
</style>