Shades of Fog #CFC3EE
Tints of Fog #CFC3EE
RGB
CMYK
RGB Variations
Color information
#CFC3EE (or 0xCFC3EE) is known color: Fog. HEX triplet: CF, C3 and EE. RGB value is (207,195,238). Sum of RGB (Red+Green+Blue) = 207+195+238=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 195 (76.56% from 255 or 30.47% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC3EE is #303C11. Grayscale: #CBCBCB. Windows color (decimal): -3161106 or 15647695. OLE color: 15647695.
HSL color Cylindrical-coordinate representation of color #CFC3EE: hue angle of 256.74º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFC3EE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 195 | 238 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.07 |
| HSL | 256.74º | 0.56% | 0.85% | - |
| HSV(B) | 256.74º | 0.18% | 0.93% | - |
| XYZ | 60.68 | 58.47 | 88.98 | - |
| YUV | 203.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 238 | 0.13 | 0.18 | 0 | 0.07 | 256.74 | 0.56 | 0.85 |
| Hex | CF | C3 | EE | D | 12 | 0 | 7 | 101 | 38 | 55 |
| Octal | 317 | 303 | 356 | 15 | 22 | 0 | 7 | 401 | 70 | 125 |
| Binary | 11001111 | 11000011 | 11101110 | 1101 | 10010 | 0 | 111 | 100000001 | 111000 | 1010101 |
Color Harmonies of #CFC3EE
Complementary color
Monochromatic Colors of #CFC3EE
Black with #CFC3EE
Text Example
Text Example
White with #CFC3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3EE; }
p { color: rgb(207,195,238); }
H1.HeaderClassName
{
color: #CFC3EE;
}
.AnyTagClassName
{
color: #CFC3EE;
}
</style>
background-color css
<style>
a { background-color: #CFC3EE; }
a { background-color: rgb(207,195,238); }
div.DivClassName
{
background-color: #CFC3EE;
}
.BgClassName
{
background-color: #CFC3EE;
}
</style>
border-color css
<style>
span { border-color: #CFC3EE; }
span { border-color: rgb(207,195,238); }
td.TdClassName
{
border-color: #CFC3EE;
}
.TagClassName
{
border-color: #CFC3EE;
}
</style>