Shades of Fog #DFCBF0
Tints of Fog #DFCBF0
RGB
CMYK
RGB Variations
Color information
#DFCBF0 (or 0xDFCBF0) is known color: Fog. HEX triplet: DF, CB and F0. RGB value is (223,203,240). Sum of RGB (Red+Green+Blue) = 223+203+240=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFCBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCBF0 is #20340F. Grayscale: #D5D5D5. Windows color (decimal): -2110480 or 15780831. OLE color: 15780831.
HSL color Cylindrical-coordinate representation of color #DFCBF0: hue angle of 272.43º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFCBF0 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 203 | 240 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.06 |
| HSL | 272.43º | 0.55% | 0.87% | - |
| HSV(B) | 272.43º | 0.15% | 0.94% | - |
| XYZ | 67.52 | 64.69 | 91.37 | - |
| YUV | 213.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 240 | 0.07 | 0.15 | 0 | 0.06 | 272.43 | 0.55 | 0.87 |
| Hex | DF | CB | F0 | 7 | F | 0 | 6 | 110 | 37 | 57 |
| Octal | 337 | 313 | 360 | 7 | 17 | 0 | 6 | 420 | 67 | 127 |
| Binary | 11011111 | 11001011 | 11110000 | 111 | 1111 | 0 | 110 | 100010000 | 110111 | 1010111 |
Color Harmonies of #DFCBF0
Complementary color
Monochromatic Colors of #DFCBF0
Black with #DFCBF0
Text Example
Text Example
White with #DFCBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBF0; }
p { color: rgb(223,203,240); }
H1.HeaderClassName
{
color: #DFCBF0;
}
.AnyTagClassName
{
color: #DFCBF0;
}
</style>
background-color css
<style>
a { background-color: #DFCBF0; }
a { background-color: rgb(223,203,240); }
div.DivClassName
{
background-color: #DFCBF0;
}
.BgClassName
{
background-color: #DFCBF0;
}
</style>
border-color css
<style>
span { border-color: #DFCBF0; }
span { border-color: rgb(223,203,240); }
td.TdClassName
{
border-color: #DFCBF0;
}
.TagClassName
{
border-color: #DFCBF0;
}
</style>