Shades of Quartz #DDDFF1
Tints of Quartz #DDDFF1
RGB
CMYK
RGB Variations
Color information
#DDDFF1 (or 0xDDDFF1) is known color: Quartz. HEX triplet: DD, DF and F1. RGB value is (221,223,241). Sum of RGB (Red+Green+Blue) = 221+223+241=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF1 is #22200E. Grayscale: #E0E0E0. Windows color (decimal): -2236431 or 15851485. OLE color: 15851485.
HSL color Cylindrical-coordinate representation of color #DDDFF1: hue angle of 234º 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 #DDDFF1 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 223 | 241 | - |
CMYK | 0.08 | 0.07 | 0 | 0.05 |
HSL | 234º | 0.42% | 0.91% | - |
HSV(B) | 234º | 0.08% | 0.95% | - |
XYZ | 72.08 | 74.5 | 93.8 | - |
YUV | 224.45 | 137.34 | 125.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 241 | 0.08 | 0.07 | 0 | 0.05 | 234 | 0.42 | 0.91 |
Hex | DD | DF | F1 | 8 | 7 | 0 | 5 | EA | 2A | 5B |
Octal | 335 | 337 | 361 | 10 | 7 | 0 | 5 | 352 | 52 | 133 |
Binary | 11011101 | 11011111 | 11110001 | 1000 | 111 | 0 | 101 | 11101010 | 101010 | 1011011 |
Color Harmonies of #DDDFF1
Complementary color
Monochromatic Colors of #DDDFF1
Black with #DDDFF1
Text Example
Text Example
White with #DDDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFF1; }
p { color: rgb(221,223,241); }
H1.HeaderClassName
{
color: #DDDFF1;
}
.AnyTagClassName
{
color: #DDDFF1;
}
</style>
background-color css
<style>
a { background-color: #DDDFF1; }
a { background-color: rgb(221,223,241); }
div.DivClassName
{
background-color: #DDDFF1;
}
.BgClassName
{
background-color: #DDDFF1;
}
</style>
border-color css
<style>
span { border-color: #DDDFF1; }
span { border-color: rgb(221,223,241); }
td.TdClassName
{
border-color: #DDDFF1;
}
.TagClassName
{
border-color: #DDDFF1;
}
</style>