Shades of Fog #CFB4F1
Tints of Fog #CFB4F1
RGB
CMYK
RGB Variations
Color information
#CFB4F1 (or 0xCFB4F1) is known color: Fog. HEX triplet: CF, B4 and F1. RGB value is (207,180,241). Sum of RGB (Red+Green+Blue) = 207+180+241=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 180 (70.70% from 255 or 28.66% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFB4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB4F1 is #304B0E. Grayscale: #C2C2C2. Windows color (decimal): -3164943 or 15840463. OLE color: 15840463.
HSL color Cylindrical-coordinate representation of color #CFB4F1: hue angle of 266.56º degrees, saturation: 0.69, 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 #CFB4F1 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 180 | 241 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.05 |
| HSL | 266.56º | 0.69% | 0.83% | - |
| HSV(B) | 266.56º | 0.25% | 0.95% | - |
| XYZ | 57.93 | 52.26 | 90.25 | - |
| YUV | 195.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 241 | 0.14 | 0.25 | 0 | 0.05 | 266.56 | 0.69 | 0.83 |
| Hex | CF | B4 | F1 | E | 19 | 0 | 5 | 10B | 45 | 53 |
| Octal | 317 | 264 | 361 | 16 | 31 | 0 | 5 | 413 | 105 | 123 |
| Binary | 11001111 | 10110100 | 11110001 | 1110 | 11001 | 0 | 101 | 100001011 | 1000101 | 1010011 |
Color Harmonies of #CFB4F1
Complementary color
Monochromatic Colors of #CFB4F1
Black with #CFB4F1
Text Example
Text Example
White with #CFB4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB4F1; }
p { color: rgb(207,180,241); }
H1.HeaderClassName
{
color: #CFB4F1;
}
.AnyTagClassName
{
color: #CFB4F1;
}
</style>
background-color css
<style>
a { background-color: #CFB4F1; }
a { background-color: rgb(207,180,241); }
div.DivClassName
{
background-color: #CFB4F1;
}
.BgClassName
{
background-color: #CFB4F1;
}
</style>
border-color css
<style>
span { border-color: #CFB4F1; }
span { border-color: rgb(207,180,241); }
td.TdClassName
{
border-color: #CFB4F1;
}
.TagClassName
{
border-color: #CFB4F1;
}
</style>