Shades of Quartz #DDDDF4
Tints of Quartz #DDDDF4
RGB
CMYK
RGB Variations
Color information
#DDDDF4 (or 0xDDDDF4) is known color: Quartz. HEX triplet: DD, DD and F4. RGB value is (221,221,244). Sum of RGB (Red+Green+Blue) = 221+221+244=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDF4 is #22220B. Grayscale: #DFDFDF. Windows color (decimal): -2236940 or 16047581. OLE color: 16047581.
HSL color Cylindrical-coordinate representation of color #DDDDF4: hue angle of 240º 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 #DDDDF4 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 221 | 244 | - |
CMYK | 0.09 | 0.09 | 0 | 0.04 |
HSL | 240º | 0.51% | 0.91% | - |
HSV(B) | 240º | 0.09% | 0.96% | - |
XYZ | 72 | 73.62 | 96 | - |
YUV | 223.62 | 139.5 | 126.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 244 | 0.09 | 0.09 | 0 | 0.04 | 240 | 0.51 | 0.91 |
Hex | DD | DD | F4 | 9 | 9 | 0 | 4 | F0 | 33 | 5B |
Octal | 335 | 335 | 364 | 11 | 11 | 0 | 4 | 360 | 63 | 133 |
Binary | 11011101 | 11011101 | 11110100 | 1001 | 1001 | 0 | 100 | 11110000 | 110011 | 1011011 |
Color Harmonies of #DDDDF4
Complementary color
Monochromatic Colors of #DDDDF4
Black with #DDDDF4
Text Example
Text Example
White with #DDDDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDF4; }
p { color: rgb(221,221,244); }
H1.HeaderClassName
{
color: #DDDDF4;
}
.AnyTagClassName
{
color: #DDDDF4;
}
</style>
background-color css
<style>
a { background-color: #DDDDF4; }
a { background-color: rgb(221,221,244); }
div.DivClassName
{
background-color: #DDDDF4;
}
.BgClassName
{
background-color: #DDDDF4;
}
</style>
border-color css
<style>
span { border-color: #DDDDF4; }
span { border-color: rgb(221,221,244); }
td.TdClassName
{
border-color: #DDDDF4;
}
.TagClassName
{
border-color: #DDDDF4;
}
</style>