Shades of Quartz #DDDEF2
Tints of Quartz #DDDEF2
RGB
CMYK
RGB Variations
Color information
#DDDEF2 (or 0xDDDEF2) is known color: Quartz. HEX triplet: DD, DE and F2. RGB value is (221,222,242). Sum of RGB (Red+Green+Blue) = 221+222+242=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDDEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEF2 is #22210D. Grayscale: #DFDFDF. Windows color (decimal): -2236686 or 15916765. OLE color: 15916765.
HSL color Cylindrical-coordinate representation of color #DDDEF2: hue angle of 237.14º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDEF2 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 222 | 242 | - |
CMYK | 0.09 | 0.08 | 0 | 0.05 |
HSL | 237.14º | 0.45% | 0.91% | - |
HSV(B) | 237.14º | 0.09% | 0.95% | - |
XYZ | 71.97 | 74.03 | 94.5 | - |
YUV | 223.98 | 138.17 | 125.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 242 | 0.09 | 0.08 | 0 | 0.05 | 237.14 | 0.45 | 0.91 |
Hex | DD | DE | F2 | 9 | 8 | 0 | 5 | ED | 2D | 5B |
Octal | 335 | 336 | 362 | 11 | 10 | 0 | 5 | 355 | 55 | 133 |
Binary | 11011101 | 11011110 | 11110010 | 1001 | 1000 | 0 | 101 | 11101101 | 101101 | 1011011 |
Color Harmonies of #DDDEF2
Complementary color
Monochromatic Colors of #DDDEF2
Black with #DDDEF2
Text Example
Text Example
White with #DDDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEF2; }
p { color: rgb(221,222,242); }
H1.HeaderClassName
{
color: #DDDEF2;
}
.AnyTagClassName
{
color: #DDDEF2;
}
</style>
background-color css
<style>
a { background-color: #DDDEF2; }
a { background-color: rgb(221,222,242); }
div.DivClassName
{
background-color: #DDDEF2;
}
.BgClassName
{
background-color: #DDDEF2;
}
</style>
border-color css
<style>
span { border-color: #DDDEF2; }
span { border-color: rgb(221,222,242); }
td.TdClassName
{
border-color: #DDDEF2;
}
.TagClassName
{
border-color: #DDDEF2;
}
</style>