Shades of Fog #D9CBFE
Tints of Fog #D9CBFE
RGB
CMYK
RGB Variations
Color information
#D9CBFE (or 0xD9CBFE) is known color: Fog. HEX triplet: D9, CB and FE. RGB value is (217,203,254). Sum of RGB (Red+Green+Blue) = 217+203+254=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CBFE is #263401. Grayscale: #D4D4D4. Windows color (decimal): -2503682 or 16698329. OLE color: 16698329.
HSL color Cylindrical-coordinate representation of color #D9CBFE: hue angle of 256.47º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9CBFE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 203 | 254 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.00 |
| HSL | 256.47º | 0.96% | 0.9% | - |
| HSV(B) | 256.47º | 0.2% | 1% | - |
| XYZ | 67.86 | 64.62 | 102.66 | - |
| YUV | 213 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 254 | 0.15 | 0.20 | 0 | 0.00 | 256.47 | 0.96 | 0.9 |
| Hex | D9 | CB | FE | F | 14 | 0 | 0 | 100 | 60 | 5A |
| Octal | 331 | 313 | 376 | 17 | 24 | 0 | 0 | 400 | 140 | 132 |
| Binary | 11011001 | 11001011 | 11111110 | 1111 | 10100 | 0 | 0 | 100000000 | 1100000 | 1011010 |
Color Harmonies of #D9CBFE
Complementary color
Monochromatic Colors of #D9CBFE
Black with #D9CBFE
Text Example
Text Example
White with #D9CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBFE; }
p { color: rgb(217,203,254); }
H1.HeaderClassName
{
color: #D9CBFE;
}
.AnyTagClassName
{
color: #D9CBFE;
}
</style>
background-color css
<style>
a { background-color: #D9CBFE; }
a { background-color: rgb(217,203,254); }
div.DivClassName
{
background-color: #D9CBFE;
}
.BgClassName
{
background-color: #D9CBFE;
}
</style>
border-color css
<style>
span { border-color: #D9CBFE; }
span { border-color: rgb(217,203,254); }
td.TdClassName
{
border-color: #D9CBFE;
}
.TagClassName
{
border-color: #D9CBFE;
}
</style>