Shades of Quartz #DDDEF1
Tints of Quartz #DDDEF1
RGB
CMYK
RGB Variations
Color information
#DDDEF1 (or 0xDDDEF1) is known color: Quartz. HEX triplet: DD, DE and F1. RGB value is (221,222,241). Sum of RGB (Red+Green+Blue) = 221+222+241=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDDEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEF1 is #22210E. Grayscale: #DFDFDF. Windows color (decimal): -2236687 or 15851229. OLE color: 15851229.
HSL color Cylindrical-coordinate representation of color #DDDEF1: hue angle of 237º 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 #DDDEF1 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 222 | 241 | - |
CMYK | 0.08 | 0.08 | 0 | 0.05 |
HSL | 237º | 0.42% | 0.91% | - |
HSV(B) | 237º | 0.08% | 0.95% | - |
XYZ | 71.82 | 73.97 | 93.71 | - |
YUV | 223.87 | 137.67 | 125.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 241 | 0.08 | 0.08 | 0 | 0.05 | 237 | 0.42 | 0.91 |
Hex | DD | DE | F1 | 8 | 8 | 0 | 5 | ED | 2A | 5B |
Octal | 335 | 336 | 361 | 10 | 10 | 0 | 5 | 355 | 52 | 133 |
Binary | 11011101 | 11011110 | 11110001 | 1000 | 1000 | 0 | 101 | 11101101 | 101010 | 1011011 |
Color Harmonies of #DDDEF1
Complementary color
Monochromatic Colors of #DDDEF1
Black with #DDDEF1
Text Example
Text Example
White with #DDDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEF1; }
p { color: rgb(221,222,241); }
H1.HeaderClassName
{
color: #DDDEF1;
}
.AnyTagClassName
{
color: #DDDEF1;
}
</style>
background-color css
<style>
a { background-color: #DDDEF1; }
a { background-color: rgb(221,222,241); }
div.DivClassName
{
background-color: #DDDEF1;
}
.BgClassName
{
background-color: #DDDEF1;
}
</style>
border-color css
<style>
span { border-color: #DDDEF1; }
span { border-color: rgb(221,222,241); }
td.TdClassName
{
border-color: #DDDEF1;
}
.TagClassName
{
border-color: #DDDEF1;
}
</style>