Shades of Quartz #D5CFF3
Tints of Quartz #D5CFF3
RGB
CMYK
RGB Variations
Color information
#D5CFF3 (or 0xD5CFF3) is known color: Quartz. HEX triplet: D5, CF and F3. RGB value is (213,207,243). Sum of RGB (Red+Green+Blue) = 213+207+243=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5CFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CFF3 is #2A300C. Grayscale: #D4D4D4. Windows color (decimal): -2764813 or 15978453. OLE color: 15978453.
HSL color Cylindrical-coordinate representation of color #D5CFF3: hue angle of 250º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5CFF3 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 207 | 243 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.05 |
| HSL | 250º | 0.6% | 0.88% | - |
| HSV(B) | 250º | 0.15% | 0.95% | - |
| XYZ | 65.93 | 65.24 | 93.91 | - |
| YUV | 212.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 243 | 0.12 | 0.15 | 0 | 0.05 | 250 | 0.6 | 0.88 |
| Hex | D5 | CF | F3 | C | F | 0 | 5 | FA | 3C | 58 |
| Octal | 325 | 317 | 363 | 14 | 17 | 0 | 5 | 372 | 74 | 130 |
| Binary | 11010101 | 11001111 | 11110011 | 1100 | 1111 | 0 | 101 | 11111010 | 111100 | 1011000 |
Color Harmonies of #D5CFF3
Complementary color
Monochromatic Colors of #D5CFF3
Black with #D5CFF3
Text Example
Text Example
White with #D5CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFF3; }
p { color: rgb(213,207,243); }
H1.HeaderClassName
{
color: #D5CFF3;
}
.AnyTagClassName
{
color: #D5CFF3;
}
</style>
background-color css
<style>
a { background-color: #D5CFF3; }
a { background-color: rgb(213,207,243); }
div.DivClassName
{
background-color: #D5CFF3;
}
.BgClassName
{
background-color: #D5CFF3;
}
</style>
border-color css
<style>
span { border-color: #D5CFF3; }
span { border-color: rgb(213,207,243); }
td.TdClassName
{
border-color: #D5CFF3;
}
.TagClassName
{
border-color: #D5CFF3;
}
</style>