Shades of Fog #CFB6EE
Tints of Fog #CFB6EE
RGB
CMYK
RGB Variations
Color information
#CFB6EE (or 0xCFB6EE) is known color: Fog. HEX triplet: CF, B6 and EE. RGB value is (207,182,238). Sum of RGB (Red+Green+Blue) = 207+182+238=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 182 (71.48% from 255 or 29.03% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFB6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB6EE is #304911. Grayscale: #C3C3C3. Windows color (decimal): -3164434 or 15644367. OLE color: 15644367.
HSL color Cylindrical-coordinate representation of color #CFB6EE: hue angle of 266.79º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFB6EE is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 182 | 238 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.07 |
| HSL | 266.79º | 0.62% | 0.82% | - |
| HSV(B) | 266.79º | 0.24% | 0.93% | - |
| XYZ | 57.89 | 52.89 | 88.05 | - |
| YUV | 195.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 238 | 0.13 | 0.24 | 0 | 0.07 | 266.79 | 0.62 | 0.82 |
| Hex | CF | B6 | EE | D | 18 | 0 | 7 | 10B | 3E | 52 |
| Octal | 317 | 266 | 356 | 15 | 30 | 0 | 7 | 413 | 76 | 122 |
| Binary | 11001111 | 10110110 | 11101110 | 1101 | 11000 | 0 | 111 | 100001011 | 111110 | 1010010 |
Color Harmonies of #CFB6EE
Complementary color
Monochromatic Colors of #CFB6EE
Black with #CFB6EE
Text Example
Text Example
White with #CFB6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB6EE; }
p { color: rgb(207,182,238); }
H1.HeaderClassName
{
color: #CFB6EE;
}
.AnyTagClassName
{
color: #CFB6EE;
}
</style>
background-color css
<style>
a { background-color: #CFB6EE; }
a { background-color: rgb(207,182,238); }
div.DivClassName
{
background-color: #CFB6EE;
}
.BgClassName
{
background-color: #CFB6EE;
}
</style>
border-color css
<style>
span { border-color: #CFB6EE; }
span { border-color: rgb(207,182,238); }
td.TdClassName
{
border-color: #CFB6EE;
}
.TagClassName
{
border-color: #CFB6EE;
}
</style>