Shades of Fog #CFB8E7
Tints of Fog #CFB8E7
RGB
CMYK
RGB Variations
Color information
#CFB8E7 (or 0xCFB8E7) is known color: Fog. HEX triplet: CF, B8 and E7. RGB value is (207,184,231). Sum of RGB (Red+Green+Blue) = 207+184+231=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFB8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB8E7 is #304718. Grayscale: #C4C4C4. Windows color (decimal): -3163929 or 15186127. OLE color: 15186127.
HSL color Cylindrical-coordinate representation of color #CFB8E7: hue angle of 269.36º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFB8E7 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 184 | 231 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.09 |
| HSL | 269.36º | 0.49% | 0.81% | - |
| HSV(B) | 269.36º | 0.2% | 0.91% | - |
| XYZ | 57.3 | 53.32 | 82.87 | - |
| YUV | 196.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 231 | 0.10 | 0.20 | 0 | 0.09 | 269.36 | 0.49 | 0.81 |
| Hex | CF | B8 | E7 | A | 14 | 0 | 9 | 10D | 31 | 51 |
| Octal | 317 | 270 | 347 | 12 | 24 | 0 | 11 | 415 | 61 | 121 |
| Binary | 11001111 | 10111000 | 11100111 | 1010 | 10100 | 0 | 1001 | 100001101 | 110001 | 1010001 |
Color Harmonies of #CFB8E7
Complementary color
Monochromatic Colors of #CFB8E7
Black with #CFB8E7
Text Example
Text Example
White with #CFB8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB8E7; }
p { color: rgb(207,184,231); }
H1.HeaderClassName
{
color: #CFB8E7;
}
.AnyTagClassName
{
color: #CFB8E7;
}
</style>
background-color css
<style>
a { background-color: #CFB8E7; }
a { background-color: rgb(207,184,231); }
div.DivClassName
{
background-color: #CFB8E7;
}
.BgClassName
{
background-color: #CFB8E7;
}
</style>
border-color css
<style>
span { border-color: #CFB8E7; }
span { border-color: rgb(207,184,231); }
td.TdClassName
{
border-color: #CFB8E7;
}
.TagClassName
{
border-color: #CFB8E7;
}
</style>