Shades of Quartz #D9DDF5
Tints of Quartz #D9DDF5
RGB
CMYK
RGB Variations
Color information
#D9DDF5 (or 0xD9DDF5) is known color: Quartz. HEX triplet: D9, DD and F5. RGB value is (217,221,245). Sum of RGB (Red+Green+Blue) = 217+221+245=683 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.77% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 245 - color contains mainly: blue. Hex color #D9DDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDF5 is #26220A. Grayscale: #DEDEDE. Windows color (decimal): -2499083 or 16113113. OLE color: 16113113.
HSL color Cylindrical-coordinate representation of color #D9DDF5: hue angle of 231.43º degrees, saturation: 0.58, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9DDF5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 217 | 221 | 245 | - |
CMYK | 0.11 | 0.10 | 0 | 0.04 |
HSL | 231.43º | 0.58% | 0.91% | - |
HSV(B) | 231.43º | 0.11% | 0.96% | - |
XYZ | 70.95 | 73.06 | 96.75 | - |
YUV | 222.54 | 140.67 | 124.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 221 | 245 | 0.11 | 0.10 | 0 | 0.04 | 231.43 | 0.58 | 0.91 |
Hex | D9 | DD | F5 | B | A | 0 | 4 | E7 | 3A | 5B |
Octal | 331 | 335 | 365 | 13 | 12 | 0 | 4 | 347 | 72 | 133 |
Binary | 11011001 | 11011101 | 11110101 | 1011 | 1010 | 0 | 100 | 11100111 | 111010 | 1011011 |
Color Harmonies of #D9DDF5
Complementary color
Monochromatic Colors of #D9DDF5
Black with #D9DDF5
Text Example
Text Example
White with #D9DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDF5; }
p { color: rgb(217,221,245); }
H1.HeaderClassName
{
color: #D9DDF5;
}
.AnyTagClassName
{
color: #D9DDF5;
}
</style>
background-color css
<style>
a { background-color: #D9DDF5; }
a { background-color: rgb(217,221,245); }
div.DivClassName
{
background-color: #D9DDF5;
}
.BgClassName
{
background-color: #D9DDF5;
}
</style>
border-color css
<style>
span { border-color: #D9DDF5; }
span { border-color: rgb(217,221,245); }
td.TdClassName
{
border-color: #D9DDF5;
}
.TagClassName
{
border-color: #D9DDF5;
}
</style>