Shades of Fog #CFC3DF
Tints of Fog #CFC3DF
RGB
CMYK
RGB Variations
Color information
#CFC3DF (or 0xCFC3DF) is known color: Fog. HEX triplet: CF, C3 and DF. RGB value is (207,195,223). Sum of RGB (Red+Green+Blue) = 207+195+223=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3DF is #303C20. Grayscale: #C9C9C9. Windows color (decimal): -3161121 or 14664655. OLE color: 14664655.
HSL color Cylindrical-coordinate representation of color #CFC3DF: hue angle of 265.71º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFC3DF is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 195 | 223 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.13 |
| HSL | 265.71º | 0.3% | 0.82% | - |
| HSV(B) | 265.71º | 0.13% | 0.87% | - |
| XYZ | 58.57 | 57.62 | 77.85 | - |
| YUV | 201.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 223 | 0.07 | 0.13 | 0 | 0.13 | 265.71 | 0.3 | 0.82 |
| Hex | CF | C3 | DF | 7 | D | 0 | D | 10A | 1E | 52 |
| Octal | 317 | 303 | 337 | 7 | 15 | 0 | 15 | 412 | 36 | 122 |
| Binary | 11001111 | 11000011 | 11011111 | 111 | 1101 | 0 | 1101 | 100001010 | 11110 | 1010010 |
Color Harmonies of #CFC3DF
Complementary color
Monochromatic Colors of #CFC3DF
Black with #CFC3DF
Text Example
Text Example
White with #CFC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3DF; }
p { color: rgb(207,195,223); }
H1.HeaderClassName
{
color: #CFC3DF;
}
.AnyTagClassName
{
color: #CFC3DF;
}
</style>
background-color css
<style>
a { background-color: #CFC3DF; }
a { background-color: rgb(207,195,223); }
div.DivClassName
{
background-color: #CFC3DF;
}
.BgClassName
{
background-color: #CFC3DF;
}
</style>
border-color css
<style>
span { border-color: #CFC3DF; }
span { border-color: rgb(207,195,223); }
td.TdClassName
{
border-color: #CFC3DF;
}
.TagClassName
{
border-color: #CFC3DF;
}
</style>