Shades of Quartz #DDDEF4
Tints of Quartz #DDDEF4
RGB
CMYK
RGB Variations
Color information
#DDDEF4 (or 0xDDDEF4) is known color: Quartz. HEX triplet: DD, DE and F4. RGB value is (221,222,244). Sum of RGB (Red+Green+Blue) = 221+222+244=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDDEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEF4 is #22210B. Grayscale: #E0E0E0. Windows color (decimal): -2236684 or 16047837. OLE color: 16047837.
HSL color Cylindrical-coordinate representation of color #DDDEF4: hue angle of 237.39º 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 #DDDEF4 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 222 | 244 | - |
CMYK | 0.09 | 0.09 | 0 | 0.04 |
HSL | 237.39º | 0.51% | 0.91% | - |
HSV(B) | 237.39º | 0.09% | 0.96% | - |
XYZ | 72.27 | 74.15 | 96.09 | - |
YUV | 224.21 | 139.17 | 125.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 244 | 0.09 | 0.09 | 0 | 0.04 | 237.39 | 0.51 | 0.91 |
Hex | DD | DE | F4 | 9 | 9 | 0 | 4 | ED | 33 | 5B |
Octal | 335 | 336 | 364 | 11 | 11 | 0 | 4 | 355 | 63 | 133 |
Binary | 11011101 | 11011110 | 11110100 | 1001 | 1001 | 0 | 100 | 11101101 | 110011 | 1011011 |
Color Harmonies of #DDDEF4
Complementary color
Monochromatic Colors of #DDDEF4
Black with #DDDEF4
Text Example
Text Example
White with #DDDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEF4; }
p { color: rgb(221,222,244); }
H1.HeaderClassName
{
color: #DDDEF4;
}
.AnyTagClassName
{
color: #DDDEF4;
}
</style>
background-color css
<style>
a { background-color: #DDDEF4; }
a { background-color: rgb(221,222,244); }
div.DivClassName
{
background-color: #DDDEF4;
}
.BgClassName
{
background-color: #DDDEF4;
}
</style>
border-color css
<style>
span { border-color: #DDDEF4; }
span { border-color: rgb(221,222,244); }
td.TdClassName
{
border-color: #DDDEF4;
}
.TagClassName
{
border-color: #DDDEF4;
}
</style>