Shades of Quartz #D5CDF3
Tints of Quartz #D5CDF3
RGB
CMYK
RGB Variations
Color information
#D5CDF3 (or 0xD5CDF3) is known color: Quartz. HEX triplet: D5, CD and F3. RGB value is (213,205,243). Sum of RGB (Red+Green+Blue) = 213+205+243=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5CDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDF3 is #2A320C. Grayscale: #D3D3D3. Windows color (decimal): -2765325 or 15977941. OLE color: 15977941.
HSL color Cylindrical-coordinate representation of color #D5CDF3: hue angle of 252.63º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5CDF3 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 213 | 205 | 243 | - |
CMYK | 0.12 | 0.16 | 0 | 0.05 |
HSL | 252.63º | 0.61% | 0.88% | - |
HSV(B) | 252.63º | 0.16% | 0.95% | - |
XYZ | 65.45 | 64.28 | 93.75 | - |
YUV | 211.72 | 145.65 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 205 | 243 | 0.12 | 0.16 | 0 | 0.05 | 252.63 | 0.61 | 0.88 |
Hex | D5 | CD | F3 | C | 10 | 0 | 5 | FD | 3D | 58 |
Octal | 325 | 315 | 363 | 14 | 20 | 0 | 5 | 375 | 75 | 130 |
Binary | 11010101 | 11001101 | 11110011 | 1100 | 10000 | 0 | 101 | 11111101 | 111101 | 1011000 |
Color Harmonies of #D5CDF3
Complementary color
Monochromatic Colors of #D5CDF3
Black with #D5CDF3
Text Example
Text Example
White with #D5CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDF3; }
p { color: rgb(213,205,243); }
H1.HeaderClassName
{
color: #D5CDF3;
}
.AnyTagClassName
{
color: #D5CDF3;
}
</style>
background-color css
<style>
a { background-color: #D5CDF3; }
a { background-color: rgb(213,205,243); }
div.DivClassName
{
background-color: #D5CDF3;
}
.BgClassName
{
background-color: #D5CDF3;
}
</style>
border-color css
<style>
span { border-color: #D5CDF3; }
span { border-color: rgb(213,205,243); }
td.TdClassName
{
border-color: #D5CDF3;
}
.TagClassName
{
border-color: #D5CDF3;
}
</style>