Shades of Fog #CFB9E7
Tints of Fog #CFB9E7
RGB
CMYK
RGB Variations
Color information
#CFB9E7 (or 0xCFB9E7) is known color: Fog. HEX triplet: CF, B9 and E7. RGB value is (207,185,231). Sum of RGB (Red+Green+Blue) = 207+185+231=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB9E7 is #304618. Grayscale: #C4C4C4. Windows color (decimal): -3163673 or 15186383. OLE color: 15186383.
HSL color Cylindrical-coordinate representation of color #CFB9E7: hue angle of 268.7º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFB9E7 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 185 | 231 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.09 |
| HSL | 268.7º | 0.49% | 0.82% | - |
| HSV(B) | 268.7º | 0.2% | 0.91% | - |
| XYZ | 57.5 | 53.73 | 82.94 | - |
| YUV | 196.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 231 | 0.10 | 0.20 | 0 | 0.09 | 268.7 | 0.49 | 0.82 |
| Hex | CF | B9 | E7 | A | 14 | 0 | 9 | 10D | 31 | 52 |
| Octal | 317 | 271 | 347 | 12 | 24 | 0 | 11 | 415 | 61 | 122 |
| Binary | 11001111 | 10111001 | 11100111 | 1010 | 10100 | 0 | 1001 | 100001101 | 110001 | 1010010 |
Color Harmonies of #CFB9E7
Complementary color
Monochromatic Colors of #CFB9E7
Black with #CFB9E7
Text Example
Text Example
White with #CFB9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9E7; }
p { color: rgb(207,185,231); }
H1.HeaderClassName
{
color: #CFB9E7;
}
.AnyTagClassName
{
color: #CFB9E7;
}
</style>
background-color css
<style>
a { background-color: #CFB9E7; }
a { background-color: rgb(207,185,231); }
div.DivClassName
{
background-color: #CFB9E7;
}
.BgClassName
{
background-color: #CFB9E7;
}
</style>
border-color css
<style>
span { border-color: #CFB9E7; }
span { border-color: rgb(207,185,231); }
td.TdClassName
{
border-color: #CFB9E7;
}
.TagClassName
{
border-color: #CFB9E7;
}
</style>