Shades of Quartz #DDD4FA
Tints of Quartz #DDD4FA
RGB
CMYK
RGB Variations
Color information
#DDD4FA (or 0xDDD4FA) is known color: Quartz. HEX triplet: DD, D4 and FA. RGB value is (221,212,250). Sum of RGB (Red+Green+Blue) = 221+212+250=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD4FA is #222B05. Grayscale: #DADADA. Windows color (decimal): -2239238 or 16438493. OLE color: 16438493.
HSL color Cylindrical-coordinate representation of color #DDD4FA: hue angle of 254.21º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD4FA is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 212 | 250 | - |
CMYK | 0.12 | 0.15 | 0 | 0.02 |
HSL | 254.21º | 0.79% | 0.91% | - |
HSV(B) | 254.21º | 0.15% | 0.98% | - |
XYZ | 70.62 | 69.36 | 100.11 | - |
YUV | 219.02 | 145.48 | 129.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 212 | 250 | 0.12 | 0.15 | 0 | 0.02 | 254.21 | 0.79 | 0.91 |
Hex | DD | D4 | FA | C | F | 0 | 2 | FE | 4F | 5B |
Octal | 335 | 324 | 372 | 14 | 17 | 0 | 2 | 376 | 117 | 133 |
Binary | 11011101 | 11010100 | 11111010 | 1100 | 1111 | 0 | 10 | 11111110 | 1001111 | 1011011 |
Color Harmonies of #DDD4FA
Complementary color
Monochromatic Colors of #DDD4FA
Black with #DDD4FA
Text Example
Text Example
White with #DDD4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4FA; }
p { color: rgb(221,212,250); }
H1.HeaderClassName
{
color: #DDD4FA;
}
.AnyTagClassName
{
color: #DDD4FA;
}
</style>
background-color css
<style>
a { background-color: #DDD4FA; }
a { background-color: rgb(221,212,250); }
div.DivClassName
{
background-color: #DDD4FA;
}
.BgClassName
{
background-color: #DDD4FA;
}
</style>
border-color css
<style>
span { border-color: #DDD4FA; }
span { border-color: rgb(221,212,250); }
td.TdClassName
{
border-color: #DDD4FA;
}
.TagClassName
{
border-color: #DDD4FA;
}
</style>