Shades of Fog #CFB3EE
Tints of Fog #CFB3EE
RGB
CMYK
RGB Variations
Color information
#CFB3EE (or 0xCFB3EE) is known color: Fog. HEX triplet: CF, B3 and EE. RGB value is (207,179,238). Sum of RGB (Red+Green+Blue) = 207+179+238=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 179 (70.31% from 255 or 28.69% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB3EE is #304C11. Grayscale: #C1C1C1. Windows color (decimal): -3165202 or 15643599. OLE color: 15643599.
HSL color Cylindrical-coordinate representation of color #CFB3EE: hue angle of 268.47º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFB3EE is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 179 | 238 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.07 |
| HSL | 268.47º | 0.63% | 0.82% | - |
| HSV(B) | 268.47º | 0.25% | 0.93% | - |
| XYZ | 57.28 | 51.68 | 87.84 | - |
| YUV | 194.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 238 | 0.13 | 0.25 | 0 | 0.07 | 268.47 | 0.63 | 0.82 |
| Hex | CF | B3 | EE | D | 19 | 0 | 7 | 10C | 3F | 52 |
| Octal | 317 | 263 | 356 | 15 | 31 | 0 | 7 | 414 | 77 | 122 |
| Binary | 11001111 | 10110011 | 11101110 | 1101 | 11001 | 0 | 111 | 100001100 | 111111 | 1010010 |
Color Harmonies of #CFB3EE
Complementary color
Monochromatic Colors of #CFB3EE
Black with #CFB3EE
Text Example
Text Example
White with #CFB3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB3EE; }
p { color: rgb(207,179,238); }
H1.HeaderClassName
{
color: #CFB3EE;
}
.AnyTagClassName
{
color: #CFB3EE;
}
</style>
background-color css
<style>
a { background-color: #CFB3EE; }
a { background-color: rgb(207,179,238); }
div.DivClassName
{
background-color: #CFB3EE;
}
.BgClassName
{
background-color: #CFB3EE;
}
</style>
border-color css
<style>
span { border-color: #CFB3EE; }
span { border-color: rgb(207,179,238); }
td.TdClassName
{
border-color: #CFB3EE;
}
.TagClassName
{
border-color: #CFB3EE;
}
</style>