Shades of Quartz #D4D0F2
Tints of Quartz #D4D0F2
RGB
CMYK
RGB Variations
Color information
#D4D0F2 (or 0xD4D0F2) is known color: Quartz. HEX triplet: D4, D0 and F2. RGB value is (212,208,242). Sum of RGB (Red+Green+Blue) = 212+208+242=662 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.02% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4D0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D0F2 is #2B2F0D. Grayscale: #D4D4D4. Windows color (decimal): -2830094 or 15913172. OLE color: 15913172.
HSL color Cylindrical-coordinate representation of color #D4D0F2: hue angle of 247.06º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4D0F2 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 212 | 208 | 242 | - |
CMYK | 0.12 | 0.14 | 0 | 0.05 |
HSL | 247.06º | 0.57% | 0.88% | - |
HSV(B) | 247.06º | 0.14% | 0.95% | - |
XYZ | 65.73 | 65.52 | 93.19 | - |
YUV | 213.07 | 144.33 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 208 | 242 | 0.12 | 0.14 | 0 | 0.05 | 247.06 | 0.57 | 0.88 |
Hex | D4 | D0 | F2 | C | E | 0 | 5 | F7 | 39 | 58 |
Octal | 324 | 320 | 362 | 14 | 16 | 0 | 5 | 367 | 71 | 130 |
Binary | 11010100 | 11010000 | 11110010 | 1100 | 1110 | 0 | 101 | 11110111 | 111001 | 1011000 |
Color Harmonies of #D4D0F2
Complementary color
Monochromatic Colors of #D4D0F2
Black with #D4D0F2
Text Example
Text Example
White with #D4D0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D0F2; }
p { color: rgb(212,208,242); }
H1.HeaderClassName
{
color: #D4D0F2;
}
.AnyTagClassName
{
color: #D4D0F2;
}
</style>
background-color css
<style>
a { background-color: #D4D0F2; }
a { background-color: rgb(212,208,242); }
div.DivClassName
{
background-color: #D4D0F2;
}
.BgClassName
{
background-color: #D4D0F2;
}
</style>
border-color css
<style>
span { border-color: #D4D0F2; }
span { border-color: rgb(212,208,242); }
td.TdClassName
{
border-color: #D4D0F2;
}
.TagClassName
{
border-color: #D4D0F2;
}
</style>