Shades of Quartz #D1D4F0
Tints of Quartz #D1D4F0
RGB
CMYK
RGB Variations
Color information
#D1D4F0 (or 0xD1D4F0) is known color: Quartz. HEX triplet: D1, D4 and F0. RGB value is (209,212,240). Sum of RGB (Red+Green+Blue) = 209+212+240=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 212 (83.20% from 255 or 32.07% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #D1D4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D4F0 is #2E2B0F. Grayscale: #D6D6D6. Windows color (decimal): -3025680 or 15783121. OLE color: 15783121.
HSL color Cylindrical-coordinate representation of color #D1D4F0: hue angle of 234.19º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1D4F0 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 209 | 212 | 240 | - |
CMYK | 0.13 | 0.12 | 0 | 0.06 |
HSL | 234.19º | 0.51% | 0.88% | - |
HSV(B) | 234.19º | 0.13% | 0.94% | - |
XYZ | 65.57 | 66.93 | 91.9 | - |
YUV | 214.3 | 142.51 | 124.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 212 | 240 | 0.13 | 0.12 | 0 | 0.06 | 234.19 | 0.51 | 0.88 |
Hex | D1 | D4 | F0 | D | C | 0 | 6 | EA | 33 | 58 |
Octal | 321 | 324 | 360 | 15 | 14 | 0 | 6 | 352 | 63 | 130 |
Binary | 11010001 | 11010100 | 11110000 | 1101 | 1100 | 0 | 110 | 11101010 | 110011 | 1011000 |
Color Harmonies of #D1D4F0
Complementary color
Monochromatic Colors of #D1D4F0
Black with #D1D4F0
Text Example
Text Example
White with #D1D4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D4F0; }
p { color: rgb(209,212,240); }
H1.HeaderClassName
{
color: #D1D4F0;
}
.AnyTagClassName
{
color: #D1D4F0;
}
</style>
background-color css
<style>
a { background-color: #D1D4F0; }
a { background-color: rgb(209,212,240); }
div.DivClassName
{
background-color: #D1D4F0;
}
.BgClassName
{
background-color: #D1D4F0;
}
</style>
border-color css
<style>
span { border-color: #D1D4F0; }
span { border-color: rgb(209,212,240); }
td.TdClassName
{
border-color: #D1D4F0;
}
.TagClassName
{
border-color: #D1D4F0;
}
</style>