Shades of Fog #CFC3ED
Tints of Fog #CFC3ED
RGB
CMYK
RGB Variations
Color information
#CFC3ED (or 0xCFC3ED) is known color: Fog. HEX triplet: CF, C3 and ED. RGB value is (207,195,237). Sum of RGB (Red+Green+Blue) = 207+195+237=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 195 (76.56% from 255 or 30.52% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFC3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC3ED is #303C12. Grayscale: #CBCBCB. Windows color (decimal): -3161107 or 15582159. OLE color: 15582159.
HSL color Cylindrical-coordinate representation of color #CFC3ED: hue angle of 257.14º degrees, saturation: 0.54, 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 #CFC3ED is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 195 | 237 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.07 |
| HSL | 257.14º | 0.54% | 0.85% | - |
| HSV(B) | 257.14º | 0.18% | 0.93% | - |
| XYZ | 60.53 | 58.41 | 88.2 | - |
| YUV | 203.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 237 | 0.13 | 0.18 | 0 | 0.07 | 257.14 | 0.54 | 0.85 |
| Hex | CF | C3 | ED | D | 12 | 0 | 7 | 101 | 36 | 55 |
| Octal | 317 | 303 | 355 | 15 | 22 | 0 | 7 | 401 | 66 | 125 |
| Binary | 11001111 | 11000011 | 11101101 | 1101 | 10010 | 0 | 111 | 100000001 | 110110 | 1010101 |
Color Harmonies of #CFC3ED
Complementary color
Monochromatic Colors of #CFC3ED
Black with #CFC3ED
Text Example
Text Example
White with #CFC3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3ED; }
p { color: rgb(207,195,237); }
H1.HeaderClassName
{
color: #CFC3ED;
}
.AnyTagClassName
{
color: #CFC3ED;
}
</style>
background-color css
<style>
a { background-color: #CFC3ED; }
a { background-color: rgb(207,195,237); }
div.DivClassName
{
background-color: #CFC3ED;
}
.BgClassName
{
background-color: #CFC3ED;
}
</style>
border-color css
<style>
span { border-color: #CFC3ED; }
span { border-color: rgb(207,195,237); }
td.TdClassName
{
border-color: #CFC3ED;
}
.TagClassName
{
border-color: #CFC3ED;
}
</style>