Shades of Fog #CFC3EA
Tints of Fog #CFC3EA
RGB
CMYK
RGB Variations
Color information
#CFC3EA (or 0xCFC3EA) is known color: Fog. HEX triplet: CF, C3 and EA. RGB value is (207,195,234). Sum of RGB (Red+Green+Blue) = 207+195+234=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFC3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC3EA is #303C15. Grayscale: #CACACA. Windows color (decimal): -3161110 or 15385551. OLE color: 15385551.
HSL color Cylindrical-coordinate representation of color #CFC3EA: hue angle of 258.46º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFC3EA is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 195 | 234 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.08 |
| HSL | 258.46º | 0.48% | 0.84% | - |
| HSV(B) | 258.46º | 0.17% | 0.92% | - |
| XYZ | 60.1 | 58.24 | 85.92 | - |
| YUV | 203.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 234 | 0.12 | 0.17 | 0 | 0.08 | 258.46 | 0.48 | 0.84 |
| Hex | CF | C3 | EA | C | 11 | 0 | 8 | 102 | 30 | 54 |
| Octal | 317 | 303 | 352 | 14 | 21 | 0 | 10 | 402 | 60 | 124 |
| Binary | 11001111 | 11000011 | 11101010 | 1100 | 10001 | 0 | 1000 | 100000010 | 110000 | 1010100 |
Color Harmonies of #CFC3EA
Complementary color
Monochromatic Colors of #CFC3EA
Black with #CFC3EA
Text Example
Text Example
White with #CFC3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3EA; }
p { color: rgb(207,195,234); }
H1.HeaderClassName
{
color: #CFC3EA;
}
.AnyTagClassName
{
color: #CFC3EA;
}
</style>
background-color css
<style>
a { background-color: #CFC3EA; }
a { background-color: rgb(207,195,234); }
div.DivClassName
{
background-color: #CFC3EA;
}
.BgClassName
{
background-color: #CFC3EA;
}
</style>
border-color css
<style>
span { border-color: #CFC3EA; }
span { border-color: rgb(207,195,234); }
td.TdClassName
{
border-color: #CFC3EA;
}
.TagClassName
{
border-color: #CFC3EA;
}
</style>