Shades of Fog #CFB6F1
Tints of Fog #CFB6F1
RGB
CMYK
RGB Variations
Color information
#CFB6F1 (or 0xCFB6F1) is known color: Fog. HEX triplet: CF, B6 and F1. RGB value is (207,182,241). Sum of RGB (Red+Green+Blue) = 207+182+241=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFB6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB6F1 is #30490E. Grayscale: #C3C3C3. Windows color (decimal): -3164431 or 15840975. OLE color: 15840975.
HSL color Cylindrical-coordinate representation of color #CFB6F1: hue angle of 265.42º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFB6F1 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 182 | 241 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.05 |
| HSL | 265.42º | 0.68% | 0.83% | - |
| HSV(B) | 265.42º | 0.24% | 0.95% | - |
| XYZ | 58.34 | 53.07 | 90.39 | - |
| YUV | 196.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 241 | 0.14 | 0.24 | 0 | 0.05 | 265.42 | 0.68 | 0.83 |
| Hex | CF | B6 | F1 | E | 18 | 0 | 5 | 109 | 44 | 53 |
| Octal | 317 | 266 | 361 | 16 | 30 | 0 | 5 | 411 | 104 | 123 |
| Binary | 11001111 | 10110110 | 11110001 | 1110 | 11000 | 0 | 101 | 100001001 | 1000100 | 1010011 |
Color Harmonies of #CFB6F1
Complementary color
Monochromatic Colors of #CFB6F1
Black with #CFB6F1
Text Example
Text Example
White with #CFB6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB6F1; }
p { color: rgb(207,182,241); }
H1.HeaderClassName
{
color: #CFB6F1;
}
.AnyTagClassName
{
color: #CFB6F1;
}
</style>
background-color css
<style>
a { background-color: #CFB6F1; }
a { background-color: rgb(207,182,241); }
div.DivClassName
{
background-color: #CFB6F1;
}
.BgClassName
{
background-color: #CFB6F1;
}
</style>
border-color css
<style>
span { border-color: #CFB6F1; }
span { border-color: rgb(207,182,241); }
td.TdClassName
{
border-color: #CFB6F1;
}
.TagClassName
{
border-color: #CFB6F1;
}
</style>