Shades of Quartz #D9CFFB
Tints of Quartz #D9CFFB
RGB
CMYK
RGB Variations
Color information
#D9CFFB (or 0xD9CFFB) is known color: Quartz. HEX triplet: D9, CF and FB. RGB value is (217,207,251). Sum of RGB (Red+Green+Blue) = 217+207+251=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFFB is #263004. Grayscale: #D6D6D6. Windows color (decimal): -2502661 or 16502745. OLE color: 16502745.
HSL color Cylindrical-coordinate representation of color #D9CFFB: hue angle of 253.64º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9CFFB is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 207 | 251 | - |
CMYK | 0.14 | 0.18 | 0 | 0.02 |
HSL | 253.64º | 0.85% | 0.9% | - |
HSV(B) | 253.64º | 0.18% | 0.98% | - |
XYZ | 68.34 | 66.34 | 100.47 | - |
YUV | 215.01 | 148.31 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 207 | 251 | 0.14 | 0.18 | 0 | 0.02 | 253.64 | 0.85 | 0.9 |
Hex | D9 | CF | FB | E | 12 | 0 | 2 | FE | 55 | 5A |
Octal | 331 | 317 | 373 | 16 | 22 | 0 | 2 | 376 | 125 | 132 |
Binary | 11011001 | 11001111 | 11111011 | 1110 | 10010 | 0 | 10 | 11111110 | 1010101 | 1011010 |
Color Harmonies of #D9CFFB
Complementary color
Monochromatic Colors of #D9CFFB
Black with #D9CFFB
Text Example
Text Example
White with #D9CFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFFB; }
p { color: rgb(217,207,251); }
H1.HeaderClassName
{
color: #D9CFFB;
}
.AnyTagClassName
{
color: #D9CFFB;
}
</style>
background-color css
<style>
a { background-color: #D9CFFB; }
a { background-color: rgb(217,207,251); }
div.DivClassName
{
background-color: #D9CFFB;
}
.BgClassName
{
background-color: #D9CFFB;
}
</style>
border-color css
<style>
span { border-color: #D9CFFB; }
span { border-color: rgb(217,207,251); }
td.TdClassName
{
border-color: #D9CFFB;
}
.TagClassName
{
border-color: #D9CFFB;
}
</style>