Shades of Quartz #DDD8F1
Tints of Quartz #DDD8F1
RGB
CMYK
RGB Variations
Color information
#DDD8F1 (or 0xDDD8F1) is known color: Quartz. HEX triplet: DD, D8 and F1. RGB value is (221,216,241). Sum of RGB (Red+Green+Blue) = 221+216+241=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 216 (84.77% from 255 or 31.86% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDD8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD8F1 is #22270E. Grayscale: #DCDCDC. Windows color (decimal): -2238223 or 15849693. OLE color: 15849693.
HSL color Cylindrical-coordinate representation of color #DDD8F1: hue angle of 252º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD8F1 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 216 | 241 | - |
CMYK | 0.08 | 0.10 | 0 | 0.05 |
HSL | 252º | 0.47% | 0.9% | - |
HSV(B) | 252º | 0.1% | 0.95% | - |
XYZ | 70.25 | 70.83 | 93.19 | - |
YUV | 220.35 | 139.66 | 128.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 216 | 241 | 0.08 | 0.10 | 0 | 0.05 | 252 | 0.47 | 0.9 |
Hex | DD | D8 | F1 | 8 | A | 0 | 5 | FC | 2F | 5A |
Octal | 335 | 330 | 361 | 10 | 12 | 0 | 5 | 374 | 57 | 132 |
Binary | 11011101 | 11011000 | 11110001 | 1000 | 1010 | 0 | 101 | 11111100 | 101111 | 1011010 |
Color Harmonies of #DDD8F1
Complementary color
Monochromatic Colors of #DDD8F1
Black with #DDD8F1
Text Example
Text Example
White with #DDD8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8F1; }
p { color: rgb(221,216,241); }
H1.HeaderClassName
{
color: #DDD8F1;
}
.AnyTagClassName
{
color: #DDD8F1;
}
</style>
background-color css
<style>
a { background-color: #DDD8F1; }
a { background-color: rgb(221,216,241); }
div.DivClassName
{
background-color: #DDD8F1;
}
.BgClassName
{
background-color: #DDD8F1;
}
</style>
border-color css
<style>
span { border-color: #DDD8F1; }
span { border-color: rgb(221,216,241); }
td.TdClassName
{
border-color: #DDD8F1;
}
.TagClassName
{
border-color: #DDD8F1;
}
</style>