Shades of Fog #CFC7EA
Tints of Fog #CFC7EA
RGB
CMYK
RGB Variations
Color information
#CFC7EA (or 0xCFC7EA) is known color: Fog. HEX triplet: CF, C7 and EA. RGB value is (207,199,234). Sum of RGB (Red+Green+Blue) = 207+199+234=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7EA is #303815. Grayscale: #CDCDCD. Windows color (decimal): -3160086 or 15386575. OLE color: 15386575.
HSL color Cylindrical-coordinate representation of color #CFC7EA: hue angle of 253.71º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFC7EA is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 199 | 234 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.08 |
| HSL | 253.71º | 0.45% | 0.85% | - |
| HSV(B) | 253.71º | 0.15% | 0.92% | - |
| XYZ | 61.01 | 60.05 | 86.22 | - |
| YUV | 205.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 234 | 0.12 | 0.15 | 0 | 0.08 | 253.71 | 0.45 | 0.85 |
| Hex | CF | C7 | EA | C | F | 0 | 8 | FE | 2D | 55 |
| Octal | 317 | 307 | 352 | 14 | 17 | 0 | 10 | 376 | 55 | 125 |
| Binary | 11001111 | 11000111 | 11101010 | 1100 | 1111 | 0 | 1000 | 11111110 | 101101 | 1010101 |
Color Harmonies of #CFC7EA
Complementary color
Monochromatic Colors of #CFC7EA
Black with #CFC7EA
Text Example
Text Example
White with #CFC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7EA; }
p { color: rgb(207,199,234); }
H1.HeaderClassName
{
color: #CFC7EA;
}
.AnyTagClassName
{
color: #CFC7EA;
}
</style>
background-color css
<style>
a { background-color: #CFC7EA; }
a { background-color: rgb(207,199,234); }
div.DivClassName
{
background-color: #CFC7EA;
}
.BgClassName
{
background-color: #CFC7EA;
}
</style>
border-color css
<style>
span { border-color: #CFC7EA; }
span { border-color: rgb(207,199,234); }
td.TdClassName
{
border-color: #CFC7EA;
}
.TagClassName
{
border-color: #CFC7EA;
}
</style>