Shades of Fog #DFCBFD
Tints of Fog #DFCBFD
RGB
CMYK
RGB Variations
Color information
#DFCBFD (or 0xDFCBFD) is known color: Fog. HEX triplet: DF, CB and FD. RGB value is (223,203,253). Sum of RGB (Red+Green+Blue) = 223+203+253=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFCBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCBFD is #203402. Grayscale: #D6D6D6. Windows color (decimal): -2110467 or 16632799. OLE color: 16632799.
HSL color Cylindrical-coordinate representation of color #DFCBFD: hue angle of 264º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFCBFD is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 203 | 253 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.01 |
| HSL | 264º | 0.93% | 0.89% | - |
| HSV(B) | 264º | 0.2% | 0.99% | - |
| XYZ | 69.52 | 65.49 | 101.91 | - |
| YUV | 214.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 253 | 0.12 | 0.20 | 0 | 0.01 | 264 | 0.93 | 0.89 |
| Hex | DF | CB | FD | C | 14 | 0 | 1 | 108 | 5D | 59 |
| Octal | 337 | 313 | 375 | 14 | 24 | 0 | 1 | 410 | 135 | 131 |
| Binary | 11011111 | 11001011 | 11111101 | 1100 | 10100 | 0 | 1 | 100001000 | 1011101 | 1011001 |
Color Harmonies of #DFCBFD
Complementary color
Monochromatic Colors of #DFCBFD
Black with #DFCBFD
Text Example
Text Example
White with #DFCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBFD; }
p { color: rgb(223,203,253); }
H1.HeaderClassName
{
color: #DFCBFD;
}
.AnyTagClassName
{
color: #DFCBFD;
}
</style>
background-color css
<style>
a { background-color: #DFCBFD; }
a { background-color: rgb(223,203,253); }
div.DivClassName
{
background-color: #DFCBFD;
}
.BgClassName
{
background-color: #DFCBFD;
}
</style>
border-color css
<style>
span { border-color: #DFCBFD; }
span { border-color: rgb(223,203,253); }
td.TdClassName
{
border-color: #DFCBFD;
}
.TagClassName
{
border-color: #DFCBFD;
}
</style>