Shades of Quartz #D1CFEF
Tints of Quartz #D1CFEF
RGB
CMYK
RGB Variations
Color information
#D1CFEF (or 0xD1CFEF) is known color: Quartz. HEX triplet: D1, CF and EF. RGB value is (209,207,239). Sum of RGB (Red+Green+Blue) = 209+207+239=655 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.91% from 655); Green value is 207 (81.25% from 255 or 31.60% 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 #D1CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFEF is #2E3010. Grayscale: #D3D3D3. Windows color (decimal): -3026961 or 15716305. OLE color: 15716305.
HSL color Cylindrical-coordinate representation of color #D1CFEF: hue angle of 243.75º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1CFEF is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 207 | 239 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.06 |
| HSL | 243.75º | 0.5% | 0.87% | - |
| HSV(B) | 243.75º | 0.13% | 0.94% | - |
| XYZ | 64.19 | 64.41 | 90.71 | - |
| YUV | 211.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 239 | 0.13 | 0.13 | 0 | 0.06 | 243.75 | 0.5 | 0.87 |
| Hex | D1 | CF | EF | D | D | 0 | 6 | F4 | 32 | 57 |
| Octal | 321 | 317 | 357 | 15 | 15 | 0 | 6 | 364 | 62 | 127 |
| Binary | 11010001 | 11001111 | 11101111 | 1101 | 1101 | 0 | 110 | 11110100 | 110010 | 1010111 |
Color Harmonies of #D1CFEF
Complementary color
Monochromatic Colors of #D1CFEF
Black with #D1CFEF
Text Example
Text Example
White with #D1CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFEF; }
p { color: rgb(209,207,239); }
H1.HeaderClassName
{
color: #D1CFEF;
}
.AnyTagClassName
{
color: #D1CFEF;
}
</style>
background-color css
<style>
a { background-color: #D1CFEF; }
a { background-color: rgb(209,207,239); }
div.DivClassName
{
background-color: #D1CFEF;
}
.BgClassName
{
background-color: #D1CFEF;
}
</style>
border-color css
<style>
span { border-color: #D1CFEF; }
span { border-color: rgb(209,207,239); }
td.TdClassName
{
border-color: #D1CFEF;
}
.TagClassName
{
border-color: #D1CFEF;
}
</style>