Shades of Fog #CFB6EF
Tints of Fog #CFB6EF
RGB
CMYK
RGB Variations
Color information
#CFB6EF (or 0xCFB6EF) is known color: Fog. HEX triplet: CF, B6 and EF. RGB value is (207,182,239). Sum of RGB (Red+Green+Blue) = 207+182+239=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFB6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB6EF is #304910. Grayscale: #C3C3C3. Windows color (decimal): -3164433 or 15709903. OLE color: 15709903.
HSL color Cylindrical-coordinate representation of color #CFB6EF: hue angle of 266.32º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFB6EF is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 182 | 239 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.06 |
| HSL | 266.32º | 0.64% | 0.83% | - |
| HSV(B) | 266.32º | 0.24% | 0.94% | - |
| XYZ | 58.04 | 52.95 | 88.82 | - |
| YUV | 195.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 239 | 0.13 | 0.24 | 0 | 0.06 | 266.32 | 0.64 | 0.83 |
| Hex | CF | B6 | EF | D | 18 | 0 | 6 | 10A | 40 | 53 |
| Octal | 317 | 266 | 357 | 15 | 30 | 0 | 6 | 412 | 100 | 123 |
| Binary | 11001111 | 10110110 | 11101111 | 1101 | 11000 | 0 | 110 | 100001010 | 1000000 | 1010011 |
Color Harmonies of #CFB6EF
Complementary color
Monochromatic Colors of #CFB6EF
Black with #CFB6EF
Text Example
Text Example
White with #CFB6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB6EF; }
p { color: rgb(207,182,239); }
H1.HeaderClassName
{
color: #CFB6EF;
}
.AnyTagClassName
{
color: #CFB6EF;
}
</style>
background-color css
<style>
a { background-color: #CFB6EF; }
a { background-color: rgb(207,182,239); }
div.DivClassName
{
background-color: #CFB6EF;
}
.BgClassName
{
background-color: #CFB6EF;
}
</style>
border-color css
<style>
span { border-color: #CFB6EF; }
span { border-color: rgb(207,182,239); }
td.TdClassName
{
border-color: #CFB6EF;
}
.TagClassName
{
border-color: #CFB6EF;
}
</style>