Shades of Quartz #DDDFFB
Tints of Quartz #DDDFFB
RGB
CMYK
RGB Variations
Color information
#DDDFFB (or 0xDDDFFB) is known color: Quartz. HEX triplet: DD, DF and FB. RGB value is (221,223,251). Sum of RGB (Red+Green+Blue) = 221+223+251=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFFB is #222004. Grayscale: #E1E1E1. Windows color (decimal): -2236421 or 16506845. OLE color: 16506845.
HSL color Cylindrical-coordinate representation of color #DDDFFB: hue angle of 236º 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 #DDDFFB is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 223 | 251 | - |
CMYK | 0.12 | 0.11 | 0 | 0.02 |
HSL | 236º | 0.79% | 0.93% | - |
HSV(B) | 236º | 0.12% | 0.98% | - |
XYZ | 73.62 | 75.11 | 101.88 | - |
YUV | 225.59 | 142.34 | 124.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 251 | 0.12 | 0.11 | 0 | 0.02 | 236 | 0.79 | 0.93 |
Hex | DD | DF | FB | C | B | 0 | 2 | EC | 4F | 5D |
Octal | 335 | 337 | 373 | 14 | 13 | 0 | 2 | 354 | 117 | 135 |
Binary | 11011101 | 11011111 | 11111011 | 1100 | 1011 | 0 | 10 | 11101100 | 1001111 | 1011101 |
Color Harmonies of #DDDFFB
Complementary color
Monochromatic Colors of #DDDFFB
Black with #DDDFFB
Text Example
Text Example
White with #DDDFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFFB; }
p { color: rgb(221,223,251); }
H1.HeaderClassName
{
color: #DDDFFB;
}
.AnyTagClassName
{
color: #DDDFFB;
}
</style>
background-color css
<style>
a { background-color: #DDDFFB; }
a { background-color: rgb(221,223,251); }
div.DivClassName
{
background-color: #DDDFFB;
}
.BgClassName
{
background-color: #DDDFFB;
}
</style>
border-color css
<style>
span { border-color: #DDDFFB; }
span { border-color: rgb(221,223,251); }
td.TdClassName
{
border-color: #DDDFFB;
}
.TagClassName
{
border-color: #DDDFFB;
}
</style>