Shades of Quartz #D9DDF3
Tints of Quartz #D9DDF3
RGB
CMYK
RGB Variations
Color information
#D9DDF3 (or 0xD9DDF3) is known color: Quartz. HEX triplet: D9, DD and F3. RGB value is (217,221,243). Sum of RGB (Red+Green+Blue) = 217+221+243=681 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.86% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9DDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDF3 is #26220C. Grayscale: #DEDEDE. Windows color (decimal): -2499085 or 15982041. OLE color: 15982041.
HSL color Cylindrical-coordinate representation of color #D9DDF3: hue angle of 230.77º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9DDF3 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 217 | 221 | 243 | - |
CMYK | 0.11 | 0.09 | 0 | 0.05 |
HSL | 230.77º | 0.52% | 0.9% | - |
HSV(B) | 230.77º | 0.11% | 0.95% | - |
XYZ | 70.65 | 72.94 | 95.15 | - |
YUV | 222.31 | 139.67 | 124.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 221 | 243 | 0.11 | 0.09 | 0 | 0.05 | 230.77 | 0.52 | 0.9 |
Hex | D9 | DD | F3 | B | 9 | 0 | 5 | E7 | 34 | 5A |
Octal | 331 | 335 | 363 | 13 | 11 | 0 | 5 | 347 | 64 | 132 |
Binary | 11011001 | 11011101 | 11110011 | 1011 | 1001 | 0 | 101 | 11100111 | 110100 | 1011010 |
Color Harmonies of #D9DDF3
Complementary color
Monochromatic Colors of #D9DDF3
Black with #D9DDF3
Text Example
Text Example
White with #D9DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDF3; }
p { color: rgb(217,221,243); }
H1.HeaderClassName
{
color: #D9DDF3;
}
.AnyTagClassName
{
color: #D9DDF3;
}
</style>
background-color css
<style>
a { background-color: #D9DDF3; }
a { background-color: rgb(217,221,243); }
div.DivClassName
{
background-color: #D9DDF3;
}
.BgClassName
{
background-color: #D9DDF3;
}
</style>
border-color css
<style>
span { border-color: #D9DDF3; }
span { border-color: rgb(217,221,243); }
td.TdClassName
{
border-color: #D9DDF3;
}
.TagClassName
{
border-color: #D9DDF3;
}
</style>