Shades of Quartz #DDDDF1
Tints of Quartz #DDDDF1
RGB
CMYK
RGB Variations
Color information
#DDDDF1 (or 0xDDDDF1) is known color: Quartz. HEX triplet: DD, DD and F1. RGB value is (221,221,241). Sum of RGB (Red+Green+Blue) = 221+221+241=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDF1 is #22220E. Grayscale: #DFDFDF. Windows color (decimal): -2236943 or 15850973. OLE color: 15850973.
HSL color Cylindrical-coordinate representation of color #DDDDF1: hue angle of 240º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDDDF1 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 221 | 241 | - |
CMYK | 0.08 | 0.08 | 0 | 0.05 |
HSL | 240º | 0.42% | 0.91% | - |
HSV(B) | 240º | 0.08% | 0.95% | - |
XYZ | 71.55 | 73.44 | 93.62 | - |
YUV | 223.28 | 138 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 241 | 0.08 | 0.08 | 0 | 0.05 | 240 | 0.42 | 0.91 |
Hex | DD | DD | F1 | 8 | 8 | 0 | 5 | F0 | 2A | 5B |
Octal | 335 | 335 | 361 | 10 | 10 | 0 | 5 | 360 | 52 | 133 |
Binary | 11011101 | 11011101 | 11110001 | 1000 | 1000 | 0 | 101 | 11110000 | 101010 | 1011011 |
Color Harmonies of #DDDDF1
Complementary color
Monochromatic Colors of #DDDDF1
Black with #DDDDF1
Text Example
Text Example
White with #DDDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDF1; }
p { color: rgb(221,221,241); }
H1.HeaderClassName
{
color: #DDDDF1;
}
.AnyTagClassName
{
color: #DDDDF1;
}
</style>
background-color css
<style>
a { background-color: #DDDDF1; }
a { background-color: rgb(221,221,241); }
div.DivClassName
{
background-color: #DDDDF1;
}
.BgClassName
{
background-color: #DDDDF1;
}
</style>
border-color css
<style>
span { border-color: #DDDDF1; }
span { border-color: rgb(221,221,241); }
td.TdClassName
{
border-color: #DDDDF1;
}
.TagClassName
{
border-color: #DDDDF1;
}
</style>