Shades of Fog #CFC0DF
Tints of Fog #CFC0DF
RGB
CMYK
RGB Variations
Color information
#CFC0DF (or 0xCFC0DF) is known color: Fog. HEX triplet: CF, C0 and DF. RGB value is (207,192,223). Sum of RGB (Red+Green+Blue) = 207+192+223=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0DF is #303F20. Grayscale: #C7C7C7. Windows color (decimal): -3161889 or 14663887. OLE color: 14663887.
HSL color Cylindrical-coordinate representation of color #CFC0DF: hue angle of 269.03º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFC0DF is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 192 | 223 | - |
CMYK | 0.07 | 0.14 | 0 | 0.13 |
HSL | 269.03º | 0.33% | 0.81% | - |
HSV(B) | 269.03º | 0.14% | 0.87% | - |
XYZ | 57.9 | 56.29 | 77.63 | - |
YUV | 200.02 | 140.97 | 132.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 192 | 223 | 0.07 | 0.14 | 0 | 0.13 | 269.03 | 0.33 | 0.81 |
Hex | CF | C0 | DF | 7 | E | 0 | D | 10D | 21 | 51 |
Octal | 317 | 300 | 337 | 7 | 16 | 0 | 15 | 415 | 41 | 121 |
Binary | 11001111 | 11000000 | 11011111 | 111 | 1110 | 0 | 1101 | 100001101 | 100001 | 1010001 |
Color Harmonies of #CFC0DF
Complementary color
Monochromatic Colors of #CFC0DF
Black with #CFC0DF
Text Example
Text Example
White with #CFC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0DF; }
p { color: rgb(207,192,223); }
H1.HeaderClassName
{
color: #CFC0DF;
}
.AnyTagClassName
{
color: #CFC0DF;
}
</style>
background-color css
<style>
a { background-color: #CFC0DF; }
a { background-color: rgb(207,192,223); }
div.DivClassName
{
background-color: #CFC0DF;
}
.BgClassName
{
background-color: #CFC0DF;
}
</style>
border-color css
<style>
span { border-color: #CFC0DF; }
span { border-color: rgb(207,192,223); }
td.TdClassName
{
border-color: #CFC0DF;
}
.TagClassName
{
border-color: #CFC0DF;
}
</style>