Shades of Quartz #D2CFEF
Tints of Quartz #D2CFEF
RGB
CMYK
RGB Variations
Color information
#D2CFEF (or 0xD2CFEF) is known color: Quartz. HEX triplet: D2, CF and EF. RGB value is (210,207,239). Sum of RGB (Red+Green+Blue) = 210+207+239=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFEF is #2D3010. Grayscale: #D3D3D3. Windows color (decimal): -2961425 or 15716306. OLE color: 15716306.
HSL color Cylindrical-coordinate representation of color #D2CFEF: hue angle of 245.62º 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 #D2CFEF is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 207 | 239 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.06 |
| HSL | 245.63º | 0.5% | 0.87% | - |
| HSV(B) | 245.63º | 0.13% | 0.94% | - |
| XYZ | 64.47 | 64.56 | 90.72 | - |
| YUV | 211.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 239 | 0.12 | 0.13 | 0 | 0.06 | 245.63 | 0.5 | 0.87 |
| Hex | D2 | CF | EF | C | D | 0 | 6 | F6 | 32 | 57 |
| Octal | 322 | 317 | 357 | 14 | 15 | 0 | 6 | 366 | 62 | 127 |
| Binary | 11010010 | 11001111 | 11101111 | 1100 | 1101 | 0 | 110 | 11110110 | 110010 | 1010111 |
Color Harmonies of #D2CFEF
Complementary color
Monochromatic Colors of #D2CFEF
Black with #D2CFEF
Text Example
Text Example
White with #D2CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFEF; }
p { color: rgb(210,207,239); }
H1.HeaderClassName
{
color: #D2CFEF;
}
.AnyTagClassName
{
color: #D2CFEF;
}
</style>
background-color css
<style>
a { background-color: #D2CFEF; }
a { background-color: rgb(210,207,239); }
div.DivClassName
{
background-color: #D2CFEF;
}
.BgClassName
{
background-color: #D2CFEF;
}
</style>
border-color css
<style>
span { border-color: #D2CFEF; }
span { border-color: rgb(210,207,239); }
td.TdClassName
{
border-color: #D2CFEF;
}
.TagClassName
{
border-color: #D2CFEF;
}
</style>