Shades of Quartz #D1CDEF
Tints of Quartz #D1CDEF
RGB
CMYK
RGB Variations
Color information
#D1CDEF (or 0xD1CDEF) is known color: Quartz. HEX triplet: D1, CD and EF. RGB value is (209,205,239). Sum of RGB (Red+Green+Blue) = 209+205+239=653 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.01% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDEF is #2E3210. Grayscale: #D1D1D1. Windows color (decimal): -3027473 or 15715793. OLE color: 15715793.
HSL color Cylindrical-coordinate representation of color #D1CDEF: hue angle of 247.06º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1CDEF is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 209 | 205 | 239 | - |
CMYK | 0.13 | 0.14 | 0 | 0.06 |
HSL | 247.06º | 0.52% | 0.87% | - |
HSV(B) | 247.06º | 0.14% | 0.94% | - |
XYZ | 63.71 | 63.45 | 90.55 | - |
YUV | 210.07 | 144.33 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 205 | 239 | 0.13 | 0.14 | 0 | 0.06 | 247.06 | 0.52 | 0.87 |
Hex | D1 | CD | EF | D | E | 0 | 6 | F7 | 34 | 57 |
Octal | 321 | 315 | 357 | 15 | 16 | 0 | 6 | 367 | 64 | 127 |
Binary | 11010001 | 11001101 | 11101111 | 1101 | 1110 | 0 | 110 | 11110111 | 110100 | 1010111 |
Color Harmonies of #D1CDEF
Complementary color
Monochromatic Colors of #D1CDEF
Black with #D1CDEF
Text Example
Text Example
White with #D1CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDEF; }
p { color: rgb(209,205,239); }
H1.HeaderClassName
{
color: #D1CDEF;
}
.AnyTagClassName
{
color: #D1CDEF;
}
</style>
background-color css
<style>
a { background-color: #D1CDEF; }
a { background-color: rgb(209,205,239); }
div.DivClassName
{
background-color: #D1CDEF;
}
.BgClassName
{
background-color: #D1CDEF;
}
</style>
border-color css
<style>
span { border-color: #D1CDEF; }
span { border-color: rgb(209,205,239); }
td.TdClassName
{
border-color: #D1CDEF;
}
.TagClassName
{
border-color: #D1CDEF;
}
</style>