Shades of Quartz #D3CDEF
Tints of Quartz #D3CDEF
RGB
CMYK
RGB Variations
Color information
#D3CDEF (or 0xD3CDEF) is known color: Quartz. HEX triplet: D3, CD and EF. RGB value is (211,205,239). Sum of RGB (Red+Green+Blue) = 211+205+239=655 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.21% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CDEF is #2C3210. Grayscale: #D2D2D2. Windows color (decimal): -2896401 or 15715795. OLE color: 15715795.
HSL color Cylindrical-coordinate representation of color #D3CDEF: hue angle of 250.59º 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 #D3CDEF is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 205 | 239 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.06 |
| HSL | 250.59º | 0.52% | 0.87% | - |
| HSV(B) | 250.59º | 0.14% | 0.94% | - |
| XYZ | 64.28 | 63.74 | 90.58 | - |
| YUV | 210.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 239 | 0.12 | 0.14 | 0 | 0.06 | 250.59 | 0.52 | 0.87 |
| Hex | D3 | CD | EF | C | E | 0 | 6 | FB | 34 | 57 |
| Octal | 323 | 315 | 357 | 14 | 16 | 0 | 6 | 373 | 64 | 127 |
| Binary | 11010011 | 11001101 | 11101111 | 1100 | 1110 | 0 | 110 | 11111011 | 110100 | 1010111 |
Color Harmonies of #D3CDEF
Complementary color
Monochromatic Colors of #D3CDEF
Black with #D3CDEF
Text Example
Text Example
White with #D3CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDEF; }
p { color: rgb(211,205,239); }
H1.HeaderClassName
{
color: #D3CDEF;
}
.AnyTagClassName
{
color: #D3CDEF;
}
</style>
background-color css
<style>
a { background-color: #D3CDEF; }
a { background-color: rgb(211,205,239); }
div.DivClassName
{
background-color: #D3CDEF;
}
.BgClassName
{
background-color: #D3CDEF;
}
</style>
border-color css
<style>
span { border-color: #D3CDEF; }
span { border-color: rgb(211,205,239); }
td.TdClassName
{
border-color: #D3CDEF;
}
.TagClassName
{
border-color: #D3CDEF;
}
</style>