Shades of Quartz #DDDEEF
Tints of Quartz #DDDEEF
RGB
CMYK
RGB Variations
Color information
#DDDEEF (or 0xDDDEEF) is known color: Quartz. HEX triplet: DD, DE and EF. RGB value is (221,222,239). Sum of RGB (Red+Green+Blue) = 221+222+239=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEEF is #222110. Grayscale: #DFDFDF. Windows color (decimal): -2236689 or 15720157. OLE color: 15720157.
HSL color Cylindrical-coordinate representation of color #DDDEEF: hue angle of 236.67º degrees, saturation: 0.36, 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 #DDDEEF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 222 | 239 | - |
CMYK | 0.08 | 0.07 | 0 | 0.06 |
HSL | 236.67º | 0.36% | 0.9% | - |
HSV(B) | 236.67º | 0.08% | 0.94% | - |
XYZ | 71.52 | 73.85 | 92.15 | - |
YUV | 223.64 | 136.67 | 126.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 239 | 0.08 | 0.07 | 0 | 0.06 | 236.67 | 0.36 | 0.9 |
Hex | DD | DE | EF | 8 | 7 | 0 | 6 | ED | 24 | 5A |
Octal | 335 | 336 | 357 | 10 | 7 | 0 | 6 | 355 | 44 | 132 |
Binary | 11011101 | 11011110 | 11101111 | 1000 | 111 | 0 | 110 | 11101101 | 100100 | 1011010 |
Color Harmonies of #DDDEEF
Complementary color
Monochromatic Colors of #DDDEEF
Black with #DDDEEF
Text Example
Text Example
White with #DDDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEEF; }
p { color: rgb(221,222,239); }
H1.HeaderClassName
{
color: #DDDEEF;
}
.AnyTagClassName
{
color: #DDDEEF;
}
</style>
background-color css
<style>
a { background-color: #DDDEEF; }
a { background-color: rgb(221,222,239); }
div.DivClassName
{
background-color: #DDDEEF;
}
.BgClassName
{
background-color: #DDDEEF;
}
</style>
border-color css
<style>
span { border-color: #DDDEEF; }
span { border-color: rgb(221,222,239); }
td.TdClassName
{
border-color: #DDDEEF;
}
.TagClassName
{
border-color: #DDDEEF;
}
</style>