Shades of Quartz #DDDCF2
Tints of Quartz #DDDCF2
RGB
CMYK
RGB Variations
Color information
#DDDCF2 (or 0xDDDCF2) is known color: Quartz. HEX triplet: DD, DC and F2. RGB value is (221,220,242). Sum of RGB (Red+Green+Blue) = 221+220+242=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDDCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCF2 is #22230D. Grayscale: #DEDEDE. Windows color (decimal): -2237198 or 15916253. OLE color: 15916253.
HSL color Cylindrical-coordinate representation of color #DDDCF2: hue angle of 242.73º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDCF2 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 220 | 242 | - |
CMYK | 0.09 | 0.09 | 0 | 0.05 |
HSL | 242.73º | 0.46% | 0.91% | - |
HSV(B) | 242.73º | 0.09% | 0.95% | - |
XYZ | 71.44 | 72.97 | 94.32 | - |
YUV | 222.81 | 138.83 | 126.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 242 | 0.09 | 0.09 | 0 | 0.05 | 242.73 | 0.46 | 0.91 |
Hex | DD | DC | F2 | 9 | 9 | 0 | 5 | F3 | 2E | 5B |
Octal | 335 | 334 | 362 | 11 | 11 | 0 | 5 | 363 | 56 | 133 |
Binary | 11011101 | 11011100 | 11110010 | 1001 | 1001 | 0 | 101 | 11110011 | 101110 | 1011011 |
Color Harmonies of #DDDCF2
Complementary color
Monochromatic Colors of #DDDCF2
Black with #DDDCF2
Text Example
Text Example
White with #DDDCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCF2; }
p { color: rgb(221,220,242); }
H1.HeaderClassName
{
color: #DDDCF2;
}
.AnyTagClassName
{
color: #DDDCF2;
}
</style>
background-color css
<style>
a { background-color: #DDDCF2; }
a { background-color: rgb(221,220,242); }
div.DivClassName
{
background-color: #DDDCF2;
}
.BgClassName
{
background-color: #DDDCF2;
}
</style>
border-color css
<style>
span { border-color: #DDDCF2; }
span { border-color: rgb(221,220,242); }
td.TdClassName
{
border-color: #DDDCF2;
}
.TagClassName
{
border-color: #DDDCF2;
}
</style>