Shades of Quartz #DDDDFB
Tints of Quartz #DDDDFB
RGB
CMYK
RGB Variations
Color information
#DDDDFB (or 0xDDDDFB) is known color: Quartz. HEX triplet: DD, DD and FB. RGB value is (221,221,251). Sum of RGB (Red+Green+Blue) = 221+221+251=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDFB is #222204. Grayscale: #E0E0E0. Windows color (decimal): -2236933 or 16506333. OLE color: 16506333.
HSL color Cylindrical-coordinate representation of color #DDDDFB: hue angle of 240º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDDDFB is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 221 | 251 | - |
CMYK | 0.12 | 0.12 | 0 | 0.02 |
HSL | 240º | 0.79% | 0.93% | - |
HSV(B) | 240º | 0.12% | 0.98% | - |
XYZ | 73.09 | 74.05 | 101.71 | - |
YUV | 224.42 | 143 | 125.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 251 | 0.12 | 0.12 | 0 | 0.02 | 240 | 0.79 | 0.93 |
Hex | DD | DD | FB | C | C | 0 | 2 | F0 | 4F | 5D |
Octal | 335 | 335 | 373 | 14 | 14 | 0 | 2 | 360 | 117 | 135 |
Binary | 11011101 | 11011101 | 11111011 | 1100 | 1100 | 0 | 10 | 11110000 | 1001111 | 1011101 |
Color Harmonies of #DDDDFB
Complementary color
Monochromatic Colors of #DDDDFB
Black with #DDDDFB
Text Example
Text Example
White with #DDDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDFB; }
p { color: rgb(221,221,251); }
H1.HeaderClassName
{
color: #DDDDFB;
}
.AnyTagClassName
{
color: #DDDDFB;
}
</style>
background-color css
<style>
a { background-color: #DDDDFB; }
a { background-color: rgb(221,221,251); }
div.DivClassName
{
background-color: #DDDDFB;
}
.BgClassName
{
background-color: #DDDDFB;
}
</style>
border-color css
<style>
span { border-color: #DDDDFB; }
span { border-color: rgb(221,221,251); }
td.TdClassName
{
border-color: #DDDDFB;
}
.TagClassName
{
border-color: #DDDDFB;
}
</style>