Shades of Fog #CFB3EF
Tints of Fog #CFB3EF
RGB
CMYK
RGB Variations
Color information
#CFB3EF (or 0xCFB3EF) is known color: Fog. HEX triplet: CF, B3 and EF. RGB value is (207,179,239). Sum of RGB (Red+Green+Blue) = 207+179+239=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFB3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB3EF is #304C10. Grayscale: #C1C1C1. Windows color (decimal): -3165201 or 15709135. OLE color: 15709135.
HSL color Cylindrical-coordinate representation of color #CFB3EF: hue angle of 268º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFB3EF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 179 | 239 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.06 |
| HSL | 268º | 0.65% | 0.82% | - |
| HSV(B) | 268º | 0.25% | 0.94% | - |
| XYZ | 57.43 | 51.74 | 88.62 | - |
| YUV | 194.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 239 | 0.13 | 0.25 | 0 | 0.06 | 268 | 0.65 | 0.82 |
| Hex | CF | B3 | EF | D | 19 | 0 | 6 | 10C | 41 | 52 |
| Octal | 317 | 263 | 357 | 15 | 31 | 0 | 6 | 414 | 101 | 122 |
| Binary | 11001111 | 10110011 | 11101111 | 1101 | 11001 | 0 | 110 | 100001100 | 1000001 | 1010010 |
Color Harmonies of #CFB3EF
Complementary color
Monochromatic Colors of #CFB3EF
Black with #CFB3EF
Text Example
Text Example
White with #CFB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB3EF; }
p { color: rgb(207,179,239); }
H1.HeaderClassName
{
color: #CFB3EF;
}
.AnyTagClassName
{
color: #CFB3EF;
}
</style>
background-color css
<style>
a { background-color: #CFB3EF; }
a { background-color: rgb(207,179,239); }
div.DivClassName
{
background-color: #CFB3EF;
}
.BgClassName
{
background-color: #CFB3EF;
}
</style>
border-color css
<style>
span { border-color: #CFB3EF; }
span { border-color: rgb(207,179,239); }
td.TdClassName
{
border-color: #CFB3EF;
}
.TagClassName
{
border-color: #CFB3EF;
}
</style>