Shades of Quartz #D4CDF2
Tints of Quartz #D4CDF2
RGB
CMYK
RGB Variations
Color information
#D4CDF2 (or 0xD4CDF2) is known color: Quartz. HEX triplet: D4, CD and F2. RGB value is (212,205,242). Sum of RGB (Red+Green+Blue) = 212+205+242=659 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.17% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CDF2 is #2B320D. Grayscale: #D3D3D3. Windows color (decimal): -2830862 or 15912404. OLE color: 15912404.
HSL color Cylindrical-coordinate representation of color #D4CDF2: hue angle of 251.35º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4CDF2 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 212 | 205 | 242 | - |
CMYK | 0.12 | 0.15 | 0 | 0.05 |
HSL | 251.35º | 0.59% | 0.88% | - |
HSV(B) | 251.35º | 0.15% | 0.95% | - |
XYZ | 65.01 | 64.07 | 92.94 | - |
YUV | 211.31 | 145.32 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 205 | 242 | 0.12 | 0.15 | 0 | 0.05 | 251.35 | 0.59 | 0.88 |
Hex | D4 | CD | F2 | C | F | 0 | 5 | FB | 3B | 58 |
Octal | 324 | 315 | 362 | 14 | 17 | 0 | 5 | 373 | 73 | 130 |
Binary | 11010100 | 11001101 | 11110010 | 1100 | 1111 | 0 | 101 | 11111011 | 111011 | 1011000 |
Color Harmonies of #D4CDF2
Complementary color
Monochromatic Colors of #D4CDF2
Black with #D4CDF2
Text Example
Text Example
White with #D4CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CDF2; }
p { color: rgb(212,205,242); }
H1.HeaderClassName
{
color: #D4CDF2;
}
.AnyTagClassName
{
color: #D4CDF2;
}
</style>
background-color css
<style>
a { background-color: #D4CDF2; }
a { background-color: rgb(212,205,242); }
div.DivClassName
{
background-color: #D4CDF2;
}
.BgClassName
{
background-color: #D4CDF2;
}
</style>
border-color css
<style>
span { border-color: #D4CDF2; }
span { border-color: rgb(212,205,242); }
td.TdClassName
{
border-color: #D4CDF2;
}
.TagClassName
{
border-color: #D4CDF2;
}
</style>