Shades of Quartz #DDDFF0
Tints of Quartz #DDDFF0
RGB
CMYK
RGB Variations
Color information
#DDDFF0 (or 0xDDDFF0) is known color: Quartz. HEX triplet: DD, DF and F0. RGB value is (221,223,240). Sum of RGB (Red+Green+Blue) = 221+223+240=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF0 is #22200F. Grayscale: #E0E0E0. Windows color (decimal): -2236432 or 15785949. OLE color: 15785949.
HSL color Cylindrical-coordinate representation of color #DDDFF0: hue angle of 233.68º degrees, saturation: 0.39, 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 #DDDFF0 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 223 | 240 | - |
CMYK | 0.08 | 0.07 | 0 | 0.06 |
HSL | 233.68º | 0.39% | 0.9% | - |
HSV(B) | 233.68º | 0.08% | 0.94% | - |
XYZ | 71.93 | 74.44 | 93.01 | - |
YUV | 224.34 | 136.84 | 125.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 240 | 0.08 | 0.07 | 0 | 0.06 | 233.68 | 0.39 | 0.9 |
Hex | DD | DF | F0 | 8 | 7 | 0 | 6 | EA | 27 | 5A |
Octal | 335 | 337 | 360 | 10 | 7 | 0 | 6 | 352 | 47 | 132 |
Binary | 11011101 | 11011111 | 11110000 | 1000 | 111 | 0 | 110 | 11101010 | 100111 | 1011010 |
Color Harmonies of #DDDFF0
Complementary color
Monochromatic Colors of #DDDFF0
Black with #DDDFF0
Text Example
Text Example
White with #DDDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFF0; }
p { color: rgb(221,223,240); }
H1.HeaderClassName
{
color: #DDDFF0;
}
.AnyTagClassName
{
color: #DDDFF0;
}
</style>
background-color css
<style>
a { background-color: #DDDFF0; }
a { background-color: rgb(221,223,240); }
div.DivClassName
{
background-color: #DDDFF0;
}
.BgClassName
{
background-color: #DDDFF0;
}
</style>
border-color css
<style>
span { border-color: #DDDFF0; }
span { border-color: rgb(221,223,240); }
td.TdClassName
{
border-color: #DDDFF0;
}
.TagClassName
{
border-color: #DDDFF0;
}
</style>