Shades of Fog #D9CAFB
Tints of Fog #D9CAFB
RGB
CMYK
RGB Variations
Color information
#D9CAFB (or 0xD9CAFB) is known color: Fog. HEX triplet: D9, CA and FB. RGB value is (217,202,251). Sum of RGB (Red+Green+Blue) = 217+202+251=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CAFB is #263504. Grayscale: #D3D3D3. Windows color (decimal): -2503941 or 16501465. OLE color: 16501465.
HSL color Cylindrical-coordinate representation of color #D9CAFB: hue angle of 258.37º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9CAFB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 202 | 251 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.02 |
| HSL | 258.37º | 0.86% | 0.89% | - |
| HSV(B) | 258.37º | 0.2% | 0.98% | - |
| XYZ | 67.15 | 63.96 | 100.07 | - |
| YUV | 212.07 | 149.97 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 251 | 0.14 | 0.20 | 0 | 0.02 | 258.37 | 0.86 | 0.89 |
| Hex | D9 | CA | FB | E | 14 | 0 | 2 | 102 | 56 | 59 |
| Octal | 331 | 312 | 373 | 16 | 24 | 0 | 2 | 402 | 126 | 131 |
| Binary | 11011001 | 11001010 | 11111011 | 1110 | 10100 | 0 | 10 | 100000010 | 1010110 | 1011001 |
Color Harmonies of #D9CAFB
Complementary color
Monochromatic Colors of #D9CAFB
Black with #D9CAFB
Text Example
Text Example
White with #D9CAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CAFB; }
p { color: rgb(217,202,251); }
H1.HeaderClassName
{
color: #D9CAFB;
}
.AnyTagClassName
{
color: #D9CAFB;
}
</style>
background-color css
<style>
a { background-color: #D9CAFB; }
a { background-color: rgb(217,202,251); }
div.DivClassName
{
background-color: #D9CAFB;
}
.BgClassName
{
background-color: #D9CAFB;
}
</style>
border-color css
<style>
span { border-color: #D9CAFB; }
span { border-color: rgb(217,202,251); }
td.TdClassName
{
border-color: #D9CAFB;
}
.TagClassName
{
border-color: #D9CAFB;
}
</style>