Shades of Quartz #DDDFEB
Tints of Quartz #DDDFEB
RGB
CMYK
RGB Variations
Color information
#DDDFEB (or 0xDDDFEB) is known color: Quartz. HEX triplet: DD, DF and EB. RGB value is (221,223,235). Sum of RGB (Red+Green+Blue) = 221+223+235=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFEB is #222014. Grayscale: #DFDFDF. Windows color (decimal): -2236437 or 15458269. OLE color: 15458269.
HSL color Cylindrical-coordinate representation of color #DDDFEB: hue angle of 231.43º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDDFEB is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 221 | 223 | 235 | - |
CMYK | 0.06 | 0.05 | 0 | 0.08 |
HSL | 231.43º | 0.26% | 0.89% | - |
HSV(B) | 231.43º | 0.06% | 0.92% | - |
XYZ | 71.2 | 74.15 | 89.16 | - |
YUV | 223.77 | 134.34 | 126.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 235 | 0.06 | 0.05 | 0 | 0.08 | 231.43 | 0.26 | 0.89 |
Hex | DD | DF | EB | 6 | 5 | 0 | 8 | E7 | 1A | 59 |
Octal | 335 | 337 | 353 | 6 | 5 | 0 | 10 | 347 | 32 | 131 |
Binary | 11011101 | 11011111 | 11101011 | 110 | 101 | 0 | 1000 | 11100111 | 11010 | 1011001 |
Color Harmonies of #DDDFEB
Complementary color
Monochromatic Colors of #DDDFEB
Black with #DDDFEB
Text Example
Text Example
White with #DDDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFEB; }
p { color: rgb(221,223,235); }
H1.HeaderClassName
{
color: #DDDFEB;
}
.AnyTagClassName
{
color: #DDDFEB;
}
</style>
background-color css
<style>
a { background-color: #DDDFEB; }
a { background-color: rgb(221,223,235); }
div.DivClassName
{
background-color: #DDDFEB;
}
.BgClassName
{
background-color: #DDDFEB;
}
</style>
border-color css
<style>
span { border-color: #DDDFEB; }
span { border-color: rgb(221,223,235); }
td.TdClassName
{
border-color: #DDDFEB;
}
.TagClassName
{
border-color: #DDDFEB;
}
</style>