Shades of Quartz #DDD4F8
Tints of Quartz #DDD4F8
RGB
CMYK
RGB Variations
Color information
#DDD4F8 (or 0xDDD4F8) is known color: Quartz. HEX triplet: DD, D4 and F8. RGB value is (221,212,248). Sum of RGB (Red+Green+Blue) = 221+212+248=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 248 (97.27% from 255 or 36.42% from 681); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDD4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD4F8 is #222B07. Grayscale: #DADADA. Windows color (decimal): -2239240 or 16307421. OLE color: 16307421.
HSL color Cylindrical-coordinate representation of color #DDD4F8: hue angle of 255º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD4F8 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 212 | 248 | - |
CMYK | 0.11 | 0.15 | 0 | 0.03 |
HSL | 255º | 0.72% | 0.9% | - |
HSV(B) | 255º | 0.15% | 0.97% | - |
XYZ | 70.31 | 69.24 | 98.47 | - |
YUV | 218.8 | 144.48 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 212 | 248 | 0.11 | 0.15 | 0 | 0.03 | 255 | 0.72 | 0.9 |
Hex | DD | D4 | F8 | B | F | 0 | 3 | FF | 48 | 5A |
Octal | 335 | 324 | 370 | 13 | 17 | 0 | 3 | 377 | 110 | 132 |
Binary | 11011101 | 11010100 | 11111000 | 1011 | 1111 | 0 | 11 | 11111111 | 1001000 | 1011010 |
Color Harmonies of #DDD4F8
Complementary color
Monochromatic Colors of #DDD4F8
Black with #DDD4F8
Text Example
Text Example
White with #DDD4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4F8; }
p { color: rgb(221,212,248); }
H1.HeaderClassName
{
color: #DDD4F8;
}
.AnyTagClassName
{
color: #DDD4F8;
}
</style>
background-color css
<style>
a { background-color: #DDD4F8; }
a { background-color: rgb(221,212,248); }
div.DivClassName
{
background-color: #DDD4F8;
}
.BgClassName
{
background-color: #DDD4F8;
}
</style>
border-color css
<style>
span { border-color: #DDD4F8; }
span { border-color: rgb(221,212,248); }
td.TdClassName
{
border-color: #DDD4F8;
}
.TagClassName
{
border-color: #DDD4F8;
}
</style>