Shades of Quartz #DDDEF0
Tints of Quartz #DDDEF0
RGB
CMYK
RGB Variations
Color information
#DDDEF0 (or 0xDDDEF0) is known color: Quartz. HEX triplet: DD, DE and F0. RGB value is (221,222,240). Sum of RGB (Red+Green+Blue) = 221+222+240=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDDEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEF0 is #22210F. Grayscale: #DFDFDF. Windows color (decimal): -2236688 or 15785693. OLE color: 15785693.
HSL color Cylindrical-coordinate representation of color #DDDEF0: hue angle of 236.84º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDDEF0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 222 | 240 | - |
CMYK | 0.08 | 0.08 | 0 | 0.06 |
HSL | 236.84º | 0.39% | 0.9% | - |
HSV(B) | 236.84º | 0.08% | 0.94% | - |
XYZ | 71.67 | 73.91 | 92.93 | - |
YUV | 223.75 | 137.17 | 126.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 240 | 0.08 | 0.08 | 0 | 0.06 | 236.84 | 0.39 | 0.9 |
Hex | DD | DE | F0 | 8 | 8 | 0 | 6 | ED | 27 | 5A |
Octal | 335 | 336 | 360 | 10 | 10 | 0 | 6 | 355 | 47 | 132 |
Binary | 11011101 | 11011110 | 11110000 | 1000 | 1000 | 0 | 110 | 11101101 | 100111 | 1011010 |
Color Harmonies of #DDDEF0
Complementary color
Monochromatic Colors of #DDDEF0
Black with #DDDEF0
Text Example
Text Example
White with #DDDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEF0; }
p { color: rgb(221,222,240); }
H1.HeaderClassName
{
color: #DDDEF0;
}
.AnyTagClassName
{
color: #DDDEF0;
}
</style>
background-color css
<style>
a { background-color: #DDDEF0; }
a { background-color: rgb(221,222,240); }
div.DivClassName
{
background-color: #DDDEF0;
}
.BgClassName
{
background-color: #DDDEF0;
}
</style>
border-color css
<style>
span { border-color: #DDDEF0; }
span { border-color: rgb(221,222,240); }
td.TdClassName
{
border-color: #DDDEF0;
}
.TagClassName
{
border-color: #DDDEF0;
}
</style>