Shades of Quartz #D4D0F4
Tints of Quartz #D4D0F4
RGB
CMYK
RGB Variations
Color information
#D4D0F4 (or 0xD4D0F4) is known color: Quartz. HEX triplet: D4, D0 and F4. RGB value is (212,208,244). Sum of RGB (Red+Green+Blue) = 212+208+244=664 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.93% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 244 (95.70% from 255 or 36.75% from 664); Max value from RGB is 244 - color contains mainly: blue. Hex color #D4D0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D0F4 is #2B2F0B. Grayscale: #D5D5D5. Windows color (decimal): -2830092 or 16044244. OLE color: 16044244.
HSL color Cylindrical-coordinate representation of color #D4D0F4: hue angle of 246.67º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4D0F4 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 212 | 208 | 244 | - |
CMYK | 0.13 | 0.15 | 0 | 0.04 |
HSL | 246.67º | 0.62% | 0.89% | - |
HSV(B) | 246.67º | 0.15% | 0.96% | - |
XYZ | 66.04 | 65.64 | 94.78 | - |
YUV | 213.3 | 145.33 | 127.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 208 | 244 | 0.13 | 0.15 | 0 | 0.04 | 246.67 | 0.62 | 0.89 |
Hex | D4 | D0 | F4 | D | F | 0 | 4 | F7 | 3E | 59 |
Octal | 324 | 320 | 364 | 15 | 17 | 0 | 4 | 367 | 76 | 131 |
Binary | 11010100 | 11010000 | 11110100 | 1101 | 1111 | 0 | 100 | 11110111 | 111110 | 1011001 |
Color Harmonies of #D4D0F4
Complementary color
Monochromatic Colors of #D4D0F4
Black with #D4D0F4
Text Example
Text Example
White with #D4D0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D0F4; }
p { color: rgb(212,208,244); }
H1.HeaderClassName
{
color: #D4D0F4;
}
.AnyTagClassName
{
color: #D4D0F4;
}
</style>
background-color css
<style>
a { background-color: #D4D0F4; }
a { background-color: rgb(212,208,244); }
div.DivClassName
{
background-color: #D4D0F4;
}
.BgClassName
{
background-color: #D4D0F4;
}
</style>
border-color css
<style>
span { border-color: #D4D0F4; }
span { border-color: rgb(212,208,244); }
td.TdClassName
{
border-color: #D4D0F4;
}
.TagClassName
{
border-color: #D4D0F4;
}
</style>