Shades of Fog #CFB8EE
Tints of Fog #CFB8EE
RGB
CMYK
RGB Variations
Color information
#CFB8EE (or 0xCFB8EE) is known color: Fog. HEX triplet: CF, B8 and EE. RGB value is (207,184,238). Sum of RGB (Red+Green+Blue) = 207+184+238=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB8EE is #304711. Grayscale: #C4C4C4. Windows color (decimal): -3163922 or 15644879. OLE color: 15644879.
HSL color Cylindrical-coordinate representation of color #CFB8EE: hue angle of 265.56º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFB8EE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 184 | 238 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.07 |
| HSL | 265.56º | 0.61% | 0.83% | - |
| HSV(B) | 265.56º | 0.23% | 0.93% | - |
| XYZ | 58.31 | 53.72 | 88.18 | - |
| YUV | 197.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 238 | 0.13 | 0.23 | 0 | 0.07 | 265.56 | 0.61 | 0.83 |
| Hex | CF | B8 | EE | D | 17 | 0 | 7 | 10A | 3D | 53 |
| Octal | 317 | 270 | 356 | 15 | 27 | 0 | 7 | 412 | 75 | 123 |
| Binary | 11001111 | 10111000 | 11101110 | 1101 | 10111 | 0 | 111 | 100001010 | 111101 | 1010011 |
Color Harmonies of #CFB8EE
Complementary color
Monochromatic Colors of #CFB8EE
Black with #CFB8EE
Text Example
Text Example
White with #CFB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB8EE; }
p { color: rgb(207,184,238); }
H1.HeaderClassName
{
color: #CFB8EE;
}
.AnyTagClassName
{
color: #CFB8EE;
}
</style>
background-color css
<style>
a { background-color: #CFB8EE; }
a { background-color: rgb(207,184,238); }
div.DivClassName
{
background-color: #CFB8EE;
}
.BgClassName
{
background-color: #CFB8EE;
}
</style>
border-color css
<style>
span { border-color: #CFB8EE; }
span { border-color: rgb(207,184,238); }
td.TdClassName
{
border-color: #CFB8EE;
}
.TagClassName
{
border-color: #CFB8EE;
}
</style>