Shades of Quartz #DDDFF2
Tints of Quartz #DDDFF2
RGB
CMYK
RGB Variations
Color information
#DDDFF2 (or 0xDDDFF2) is known color: Quartz. HEX triplet: DD, DF and F2. RGB value is (221,223,242). Sum of RGB (Red+Green+Blue) = 221+223+242=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDDFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF2 is #22200D. Grayscale: #E0E0E0. Windows color (decimal): -2236430 or 15917021. OLE color: 15917021.
HSL color Cylindrical-coordinate representation of color #DDDFF2: hue angle of 234.29º 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 #DDDFF2 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 223 | 242 | - |
CMYK | 0.09 | 0.08 | 0 | 0.05 |
HSL | 234.29º | 0.45% | 0.91% | - |
HSV(B) | 234.29º | 0.09% | 0.95% | - |
XYZ | 72.23 | 74.56 | 94.59 | - |
YUV | 224.57 | 137.84 | 125.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 242 | 0.09 | 0.08 | 0 | 0.05 | 234.29 | 0.45 | 0.91 |
Hex | DD | DF | F2 | 9 | 8 | 0 | 5 | EA | 2D | 5B |
Octal | 335 | 337 | 362 | 11 | 10 | 0 | 5 | 352 | 55 | 133 |
Binary | 11011101 | 11011111 | 11110010 | 1001 | 1000 | 0 | 101 | 11101010 | 101101 | 1011011 |
Color Harmonies of #DDDFF2
Complementary color
Monochromatic Colors of #DDDFF2
Black with #DDDFF2
Text Example
Text Example
White with #DDDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFF2; }
p { color: rgb(221,223,242); }
H1.HeaderClassName
{
color: #DDDFF2;
}
.AnyTagClassName
{
color: #DDDFF2;
}
</style>
background-color css
<style>
a { background-color: #DDDFF2; }
a { background-color: rgb(221,223,242); }
div.DivClassName
{
background-color: #DDDFF2;
}
.BgClassName
{
background-color: #DDDFF2;
}
</style>
border-color css
<style>
span { border-color: #DDDFF2; }
span { border-color: rgb(221,223,242); }
td.TdClassName
{
border-color: #DDDFF2;
}
.TagClassName
{
border-color: #DDDFF2;
}
</style>