Shades of Fog #CFB7EE
Tints of Fog #CFB7EE
RGB
CMYK
RGB Variations
Color information
#CFB7EE (or 0xCFB7EE) is known color: Fog. HEX triplet: CF, B7 and EE. RGB value is (207,183,238). Sum of RGB (Red+Green+Blue) = 207+183+238=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB7EE is #304811. Grayscale: #C4C4C4. Windows color (decimal): -3164178 or 15644623. OLE color: 15644623.
HSL color Cylindrical-coordinate representation of color #CFB7EE: hue angle of 266.18º degrees, saturation: 0.62, 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 #CFB7EE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 183 | 238 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.07 |
| HSL | 266.18º | 0.62% | 0.83% | - |
| HSV(B) | 266.18º | 0.23% | 0.93% | - |
| XYZ | 58.1 | 53.31 | 88.12 | - |
| YUV | 196.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 238 | 0.13 | 0.23 | 0 | 0.07 | 266.18 | 0.62 | 0.83 |
| Hex | CF | B7 | EE | D | 17 | 0 | 7 | 10A | 3E | 53 |
| Octal | 317 | 267 | 356 | 15 | 27 | 0 | 7 | 412 | 76 | 123 |
| Binary | 11001111 | 10110111 | 11101110 | 1101 | 10111 | 0 | 111 | 100001010 | 111110 | 1010011 |
Color Harmonies of #CFB7EE
Complementary color
Monochromatic Colors of #CFB7EE
Black with #CFB7EE
Text Example
Text Example
White with #CFB7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7EE; }
p { color: rgb(207,183,238); }
H1.HeaderClassName
{
color: #CFB7EE;
}
.AnyTagClassName
{
color: #CFB7EE;
}
</style>
background-color css
<style>
a { background-color: #CFB7EE; }
a { background-color: rgb(207,183,238); }
div.DivClassName
{
background-color: #CFB7EE;
}
.BgClassName
{
background-color: #CFB7EE;
}
</style>
border-color css
<style>
span { border-color: #CFB7EE; }
span { border-color: rgb(207,183,238); }
td.TdClassName
{
border-color: #CFB7EE;
}
.TagClassName
{
border-color: #CFB7EE;
}
</style>