Shades of Quartz #DDDEFC
Tints of Quartz #DDDEFC
RGB
CMYK
RGB Variations
Color information
#DDDEFC (or 0xDDDEFC) is known color: Quartz. HEX triplet: DD, DE and FC. RGB value is (221,222,252). Sum of RGB (Red+Green+Blue) = 221+222+252=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDDEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEFC is #222103. Grayscale: #E0E0E0. Windows color (decimal): -2236676 or 16572125. OLE color: 16572125.
HSL color Cylindrical-coordinate representation of color #DDDEFC: hue angle of 238.06º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDDEFC is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 222 | 252 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.01 |
| HSL | 238.06º | 0.84% | 0.93% | - |
| HSV(B) | 238.06º | 0.12% | 0.99% | - |
| XYZ | 73.51 | 74.64 | 102.63 | - |
| YUV | 225.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 252 | 0.12 | 0.12 | 0 | 0.01 | 238.06 | 0.84 | 0.93 |
| Hex | DD | DE | FC | C | C | 0 | 1 | EE | 54 | 5D |
| Octal | 335 | 336 | 374 | 14 | 14 | 0 | 1 | 356 | 124 | 135 |
| Binary | 11011101 | 11011110 | 11111100 | 1100 | 1100 | 0 | 1 | 11101110 | 1010100 | 1011101 |
Color Harmonies of #DDDEFC
Complementary color
Monochromatic Colors of #DDDEFC
Black with #DDDEFC
Text Example
Text Example
White with #DDDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEFC; }
p { color: rgb(221,222,252); }
H1.HeaderClassName
{
color: #DDDEFC;
}
.AnyTagClassName
{
color: #DDDEFC;
}
</style>
background-color css
<style>
a { background-color: #DDDEFC; }
a { background-color: rgb(221,222,252); }
div.DivClassName
{
background-color: #DDDEFC;
}
.BgClassName
{
background-color: #DDDEFC;
}
</style>
border-color css
<style>
span { border-color: #DDDEFC; }
span { border-color: rgb(221,222,252); }
td.TdClassName
{
border-color: #DDDEFC;
}
.TagClassName
{
border-color: #DDDEFC;
}
</style>