Shades of Quartz #DDDEE7
Tints of Quartz #DDDEE7
RGB
CMYK
RGB Variations
Color information
#DDDEE7 (or 0xDDDEE7) is known color: Quartz. HEX triplet: DD, DE and E7. RGB value is (221,222,231). Sum of RGB (Red+Green+Blue) = 221+222+231=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDDEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEE7 is #222118. Grayscale: #DEDEDE. Windows color (decimal): -2236697 or 15195869. OLE color: 15195869.
HSL color Cylindrical-coordinate representation of color #DDDEE7: hue angle of 234º degrees, saturation: 0.17, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDDEE7 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 222 | 231 | - |
CMYK | 0.04 | 0.04 | 0 | 0.09 |
HSL | 234º | 0.17% | 0.89% | - |
HSV(B) | 234º | 0.04% | 0.91% | - |
XYZ | 70.36 | 73.38 | 86.06 | - |
YUV | 222.73 | 132.67 | 126.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 231 | 0.04 | 0.04 | 0 | 0.09 | 234 | 0.17 | 0.89 |
Hex | DD | DE | E7 | 4 | 4 | 0 | 9 | EA | 11 | 59 |
Octal | 335 | 336 | 347 | 4 | 4 | 0 | 11 | 352 | 21 | 131 |
Binary | 11011101 | 11011110 | 11100111 | 100 | 100 | 0 | 1001 | 11101010 | 10001 | 1011001 |
Color Harmonies of #DDDEE7
Complementary color
Monochromatic Colors of #DDDEE7
Black with #DDDEE7
Text Example
Text Example
White with #DDDEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEE7; }
p { color: rgb(221,222,231); }
H1.HeaderClassName
{
color: #DDDEE7;
}
.AnyTagClassName
{
color: #DDDEE7;
}
</style>
background-color css
<style>
a { background-color: #DDDEE7; }
a { background-color: rgb(221,222,231); }
div.DivClassName
{
background-color: #DDDEE7;
}
.BgClassName
{
background-color: #DDDEE7;
}
</style>
border-color css
<style>
span { border-color: #DDDEE7; }
span { border-color: rgb(221,222,231); }
td.TdClassName
{
border-color: #DDDEE7;
}
.TagClassName
{
border-color: #DDDEE7;
}
</style>