Shades of Quartz #DDDDF3
Tints of Quartz #DDDDF3
RGB
CMYK
RGB Variations
Color information
#DDDDF3 (or 0xDDDDF3) is known color: Quartz. HEX triplet: DD, DD and F3. RGB value is (221,221,243). Sum of RGB (Red+Green+Blue) = 221+221+243=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDF3 is #22220C. Grayscale: #DFDFDF. Windows color (decimal): -2236941 or 15982045. OLE color: 15982045.
HSL color Cylindrical-coordinate representation of color #DDDDF3: hue angle of 240º degrees, saturation: 0.48, 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 #DDDDF3 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 221 | 243 | - |
CMYK | 0.09 | 0.09 | 0 | 0.05 |
HSL | 240º | 0.48% | 0.91% | - |
HSV(B) | 240º | 0.09% | 0.95% | - |
XYZ | 71.85 | 73.56 | 95.2 | - |
YUV | 223.51 | 139 | 126.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 243 | 0.09 | 0.09 | 0 | 0.05 | 240 | 0.48 | 0.91 |
Hex | DD | DD | F3 | 9 | 9 | 0 | 5 | F0 | 30 | 5B |
Octal | 335 | 335 | 363 | 11 | 11 | 0 | 5 | 360 | 60 | 133 |
Binary | 11011101 | 11011101 | 11110011 | 1001 | 1001 | 0 | 101 | 11110000 | 110000 | 1011011 |
Color Harmonies of #DDDDF3
Complementary color
Monochromatic Colors of #DDDDF3
Black with #DDDDF3
Text Example
Text Example
White with #DDDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDF3; }
p { color: rgb(221,221,243); }
H1.HeaderClassName
{
color: #DDDDF3;
}
.AnyTagClassName
{
color: #DDDDF3;
}
</style>
background-color css
<style>
a { background-color: #DDDDF3; }
a { background-color: rgb(221,221,243); }
div.DivClassName
{
background-color: #DDDDF3;
}
.BgClassName
{
background-color: #DDDDF3;
}
</style>
border-color css
<style>
span { border-color: #DDDDF3; }
span { border-color: rgb(221,221,243); }
td.TdClassName
{
border-color: #DDDDF3;
}
.TagClassName
{
border-color: #DDDDF3;
}
</style>