Shades of Fog #CFB5F1
Tints of Fog #CFB5F1
RGB
CMYK
RGB Variations
Color information
#CFB5F1 (or 0xCFB5F1) is known color: Fog. HEX triplet: CF, B5 and F1. RGB value is (207,181,241). Sum of RGB (Red+Green+Blue) = 207+181+241=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFB5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB5F1 is #304A0E. Grayscale: #C3C3C3. Windows color (decimal): -3164687 or 15840719. OLE color: 15840719.
HSL color Cylindrical-coordinate representation of color #CFB5F1: hue angle of 266º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFB5F1 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 181 | 241 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.05 |
| HSL | 266º | 0.68% | 0.83% | - |
| HSV(B) | 266º | 0.25% | 0.95% | - |
| XYZ | 58.13 | 52.66 | 90.32 | - |
| YUV | 195.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 241 | 0.14 | 0.25 | 0 | 0.05 | 266 | 0.68 | 0.83 |
| Hex | CF | B5 | F1 | E | 19 | 0 | 5 | 10A | 44 | 53 |
| Octal | 317 | 265 | 361 | 16 | 31 | 0 | 5 | 412 | 104 | 123 |
| Binary | 11001111 | 10110101 | 11110001 | 1110 | 11001 | 0 | 101 | 100001010 | 1000100 | 1010011 |
Color Harmonies of #CFB5F1
Complementary color
Monochromatic Colors of #CFB5F1
Black with #CFB5F1
Text Example
Text Example
White with #CFB5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5F1; }
p { color: rgb(207,181,241); }
H1.HeaderClassName
{
color: #CFB5F1;
}
.AnyTagClassName
{
color: #CFB5F1;
}
</style>
background-color css
<style>
a { background-color: #CFB5F1; }
a { background-color: rgb(207,181,241); }
div.DivClassName
{
background-color: #CFB5F1;
}
.BgClassName
{
background-color: #CFB5F1;
}
</style>
border-color css
<style>
span { border-color: #CFB5F1; }
span { border-color: rgb(207,181,241); }
td.TdClassName
{
border-color: #CFB5F1;
}
.TagClassName
{
border-color: #CFB5F1;
}
</style>