Shades of Fog #D9CBFD
Tints of Fog #D9CBFD
RGB
CMYK
RGB Variations
Color information
#D9CBFD (or 0xD9CBFD) is known color: Fog. HEX triplet: D9, CB and FD. RGB value is (217,203,253). Sum of RGB (Red+Green+Blue) = 217+203+253=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CBFD is #263402. Grayscale: #D4D4D4. Windows color (decimal): -2503683 or 16632793. OLE color: 16632793.
HSL color Cylindrical-coordinate representation of color #D9CBFD: hue angle of 256.8º 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 #D9CBFD is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 203 | 253 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.01 |
| HSL | 256.8º | 0.93% | 0.89% | - |
| HSV(B) | 256.8º | 0.2% | 0.99% | - |
| XYZ | 67.7 | 64.56 | 101.82 | - |
| YUV | 212.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 253 | 0.14 | 0.20 | 0 | 0.01 | 256.8 | 0.93 | 0.89 |
| Hex | D9 | CB | FD | E | 14 | 0 | 1 | 101 | 5D | 59 |
| Octal | 331 | 313 | 375 | 16 | 24 | 0 | 1 | 401 | 135 | 131 |
| Binary | 11011001 | 11001011 | 11111101 | 1110 | 10100 | 0 | 1 | 100000001 | 1011101 | 1011001 |
Color Harmonies of #D9CBFD
Complementary color
Monochromatic Colors of #D9CBFD
Black with #D9CBFD
Text Example
Text Example
White with #D9CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBFD; }
p { color: rgb(217,203,253); }
H1.HeaderClassName
{
color: #D9CBFD;
}
.AnyTagClassName
{
color: #D9CBFD;
}
</style>
background-color css
<style>
a { background-color: #D9CBFD; }
a { background-color: rgb(217,203,253); }
div.DivClassName
{
background-color: #D9CBFD;
}
.BgClassName
{
background-color: #D9CBFD;
}
</style>
border-color css
<style>
span { border-color: #D9CBFD; }
span { border-color: rgb(217,203,253); }
td.TdClassName
{
border-color: #D9CBFD;
}
.TagClassName
{
border-color: #D9CBFD;
}
</style>