Shades of Fog #CFB5E7
Tints of Fog #CFB5E7
RGB
CMYK
RGB Variations
Color information
#CFB5E7 (or 0xCFB5E7) is known color: Fog. HEX triplet: CF, B5 and E7. RGB value is (207,181,231). Sum of RGB (Red+Green+Blue) = 207+181+231=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFB5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB5E7 is #304A18. Grayscale: #C2C2C2. Windows color (decimal): -3164697 or 15185359. OLE color: 15185359.
HSL color Cylindrical-coordinate representation of color #CFB5E7: hue angle of 271.2º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFB5E7 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 181 | 231 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.09 |
| HSL | 271.2º | 0.51% | 0.81% | - |
| HSV(B) | 271.2º | 0.22% | 0.91% | - |
| XYZ | 56.68 | 52.08 | 82.67 | - |
| YUV | 194.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 231 | 0.10 | 0.22 | 0 | 0.09 | 271.2 | 0.51 | 0.81 |
| Hex | CF | B5 | E7 | A | 16 | 0 | 9 | 10F | 33 | 51 |
| Octal | 317 | 265 | 347 | 12 | 26 | 0 | 11 | 417 | 63 | 121 |
| Binary | 11001111 | 10110101 | 11100111 | 1010 | 10110 | 0 | 1001 | 100001111 | 110011 | 1010001 |
Color Harmonies of #CFB5E7
Complementary color
Monochromatic Colors of #CFB5E7
Black with #CFB5E7
Text Example
Text Example
White with #CFB5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5E7; }
p { color: rgb(207,181,231); }
H1.HeaderClassName
{
color: #CFB5E7;
}
.AnyTagClassName
{
color: #CFB5E7;
}
</style>
background-color css
<style>
a { background-color: #CFB5E7; }
a { background-color: rgb(207,181,231); }
div.DivClassName
{
background-color: #CFB5E7;
}
.BgClassName
{
background-color: #CFB5E7;
}
</style>
border-color css
<style>
span { border-color: #CFB5E7; }
span { border-color: rgb(207,181,231); }
td.TdClassName
{
border-color: #CFB5E7;
}
.TagClassName
{
border-color: #CFB5E7;
}
</style>