Shades of Quartz #D4D5FD
Tints of Quartz #D4D5FD
RGB
CMYK
RGB Variations
Color information
#D4D5FD (or 0xD4D5FD) is known color: Quartz. HEX triplet: D4, D5 and FD. RGB value is (212,213,253). Sum of RGB (Red+Green+Blue) = 212+213+253=678 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.27% from 678); Green value is 213 (83.59% from 255 or 31.42% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4D5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D5FD is #2B2A02. Grayscale: #D9D9D9. Windows color (decimal): -2828803 or 16635348. OLE color: 16635348.
HSL color Cylindrical-coordinate representation of color #D4D5FD: hue angle of 238.54º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4D5FD is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 213 | 253 | - |
CMYK | 0.16 | 0.16 | 0 | 0.01 |
HSL | 238.54º | 0.91% | 0.91% | - |
HSV(B) | 238.54º | 0.16% | 0.99% | - |
XYZ | 68.68 | 68.68 | 102.57 | - |
YUV | 217.26 | 148.17 | 124.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 213 | 253 | 0.16 | 0.16 | 0 | 0.01 | 238.54 | 0.91 | 0.91 |
Hex | D4 | D5 | FD | 10 | 10 | 0 | 1 | EF | 5B | 5B |
Octal | 324 | 325 | 375 | 20 | 20 | 0 | 1 | 357 | 133 | 133 |
Binary | 11010100 | 11010101 | 11111101 | 10000 | 10000 | 0 | 1 | 11101111 | 1011011 | 1011011 |
Color Harmonies of #D4D5FD
Complementary color
Monochromatic Colors of #D4D5FD
Black with #D4D5FD
Text Example
Text Example
White with #D4D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D5FD; }
p { color: rgb(212,213,253); }
H1.HeaderClassName
{
color: #D4D5FD;
}
.AnyTagClassName
{
color: #D4D5FD;
}
</style>
background-color css
<style>
a { background-color: #D4D5FD; }
a { background-color: rgb(212,213,253); }
div.DivClassName
{
background-color: #D4D5FD;
}
.BgClassName
{
background-color: #D4D5FD;
}
</style>
border-color css
<style>
span { border-color: #D4D5FD; }
span { border-color: rgb(212,213,253); }
td.TdClassName
{
border-color: #D4D5FD;
}
.TagClassName
{
border-color: #D4D5FD;
}
</style>