Shades of Quartz #DDDDFC
Tints of Quartz #DDDDFC
RGB
CMYK
RGB Variations
Color information
#DDDDFC (or 0xDDDDFC) is known color: Quartz. HEX triplet: DD, DD and FC. RGB value is (221,221,252). Sum of RGB (Red+Green+Blue) = 221+221+252=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDFC is #222203. Grayscale: #E0E0E0. Windows color (decimal): -2236932 or 16571869. OLE color: 16571869.
HSL color Cylindrical-coordinate representation of color #DDDDFC: hue angle of 240º 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 #DDDDFC is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 221 | 252 | - |
CMYK | 0.12 | 0.12 | 0 | 0.01 |
HSL | 240º | 0.84% | 0.93% | - |
HSV(B) | 240º | 0.12% | 0.99% | - |
XYZ | 73.25 | 74.11 | 102.54 | - |
YUV | 224.53 | 143.5 | 125.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 252 | 0.12 | 0.12 | 0 | 0.01 | 240 | 0.84 | 0.93 |
Hex | DD | DD | FC | C | C | 0 | 1 | F0 | 54 | 5D |
Octal | 335 | 335 | 374 | 14 | 14 | 0 | 1 | 360 | 124 | 135 |
Binary | 11011101 | 11011101 | 11111100 | 1100 | 1100 | 0 | 1 | 11110000 | 1010100 | 1011101 |
Color Harmonies of #DDDDFC
Complementary color
Monochromatic Colors of #DDDDFC
Black with #DDDDFC
Text Example
Text Example
White with #DDDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDFC; }
p { color: rgb(221,221,252); }
H1.HeaderClassName
{
color: #DDDDFC;
}
.AnyTagClassName
{
color: #DDDDFC;
}
</style>
background-color css
<style>
a { background-color: #DDDDFC; }
a { background-color: rgb(221,221,252); }
div.DivClassName
{
background-color: #DDDDFC;
}
.BgClassName
{
background-color: #DDDDFC;
}
</style>
border-color css
<style>
span { border-color: #DDDDFC; }
span { border-color: rgb(221,221,252); }
td.TdClassName
{
border-color: #DDDDFC;
}
.TagClassName
{
border-color: #DDDDFC;
}
</style>