Shades of Quartz #DDDFF4
Tints of Quartz #DDDFF4
RGB
CMYK
RGB Variations
Color information
#DDDFF4 (or 0xDDDFF4) is known color: Quartz. HEX triplet: DD, DF and F4. RGB value is (221,223,244). Sum of RGB (Red+Green+Blue) = 221+223+244=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 244 (95.70% from 255 or 35.47% from 688); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDDFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF4 is #22200B. Grayscale: #E0E0E0. Windows color (decimal): -2236428 or 16048093. OLE color: 16048093.
HSL color Cylindrical-coordinate representation of color #DDDFF4: hue angle of 234.78º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDFF4 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 223 | 244 | - |
CMYK | 0.09 | 0.09 | 0 | 0.04 |
HSL | 234.78º | 0.51% | 0.91% | - |
HSV(B) | 234.78º | 0.09% | 0.96% | - |
XYZ | 72.54 | 74.68 | 96.18 | - |
YUV | 224.8 | 138.84 | 125.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 244 | 0.09 | 0.09 | 0 | 0.04 | 234.78 | 0.51 | 0.91 |
Hex | DD | DF | F4 | 9 | 9 | 0 | 4 | EB | 33 | 5B |
Octal | 335 | 337 | 364 | 11 | 11 | 0 | 4 | 353 | 63 | 133 |
Binary | 11011101 | 11011111 | 11110100 | 1001 | 1001 | 0 | 100 | 11101011 | 110011 | 1011011 |
Color Harmonies of #DDDFF4
Complementary color
Monochromatic Colors of #DDDFF4
Black with #DDDFF4
Text Example
Text Example
White with #DDDFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFF4; }
p { color: rgb(221,223,244); }
H1.HeaderClassName
{
color: #DDDFF4;
}
.AnyTagClassName
{
color: #DDDFF4;
}
</style>
background-color css
<style>
a { background-color: #DDDFF4; }
a { background-color: rgb(221,223,244); }
div.DivClassName
{
background-color: #DDDFF4;
}
.BgClassName
{
background-color: #DDDFF4;
}
</style>
border-color css
<style>
span { border-color: #DDDFF4; }
span { border-color: rgb(221,223,244); }
td.TdClassName
{
border-color: #DDDFF4;
}
.TagClassName
{
border-color: #DDDFF4;
}
</style>