Shades of Quartz #DDDEEB
Tints of Quartz #DDDEEB
RGB
CMYK
RGB Variations
Color information
#DDDEEB (or 0xDDDEEB) is known color: Quartz. HEX triplet: DD, DE and EB. RGB value is (221,222,235). Sum of RGB (Red+Green+Blue) = 221+222+235=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEEB is #222114. Grayscale: #DFDFDF. Windows color (decimal): -2236693 or 15458013. OLE color: 15458013.
HSL color Cylindrical-coordinate representation of color #DDDEEB: hue angle of 235.71º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDDEEB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 221 | 222 | 235 | - |
CMYK | 0.06 | 0.06 | 0 | 0.08 |
HSL | 235.71º | 0.26% | 0.89% | - |
HSV(B) | 235.71º | 0.06% | 0.92% | - |
XYZ | 70.94 | 73.61 | 89.07 | - |
YUV | 223.18 | 134.67 | 126.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 235 | 0.06 | 0.06 | 0 | 0.08 | 235.71 | 0.26 | 0.89 |
Hex | DD | DE | EB | 6 | 6 | 0 | 8 | EC | 1A | 59 |
Octal | 335 | 336 | 353 | 6 | 6 | 0 | 10 | 354 | 32 | 131 |
Binary | 11011101 | 11011110 | 11101011 | 110 | 110 | 0 | 1000 | 11101100 | 11010 | 1011001 |
Color Harmonies of #DDDEEB
Complementary color
Monochromatic Colors of #DDDEEB
Black with #DDDEEB
Text Example
Text Example
White with #DDDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEEB; }
p { color: rgb(221,222,235); }
H1.HeaderClassName
{
color: #DDDEEB;
}
.AnyTagClassName
{
color: #DDDEEB;
}
</style>
background-color css
<style>
a { background-color: #DDDEEB; }
a { background-color: rgb(221,222,235); }
div.DivClassName
{
background-color: #DDDEEB;
}
.BgClassName
{
background-color: #DDDEEB;
}
</style>
border-color css
<style>
span { border-color: #DDDEEB; }
span { border-color: rgb(221,222,235); }
td.TdClassName
{
border-color: #DDDEEB;
}
.TagClassName
{
border-color: #DDDEEB;
}
</style>