Shades of Quartz #D4CFEF
Tints of Quartz #D4CFEF
RGB
CMYK
RGB Variations
Color information
#D4CFEF (or 0xD4CFEF) is known color: Quartz. HEX triplet: D4, CF and EF. RGB value is (212,207,239). Sum of RGB (Red+Green+Blue) = 212+207+239=658 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.22% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CFEF is #2B3010. Grayscale: #D4D4D4. Windows color (decimal): -2830353 or 15716308. OLE color: 15716308.
HSL color Cylindrical-coordinate representation of color #D4CFEF: hue angle of 249.38º 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 #D4CFEF is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 207 | 239 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.06 |
| HSL | 249.38º | 0.5% | 0.87% | - |
| HSV(B) | 249.38º | 0.13% | 0.94% | - |
| XYZ | 65.04 | 64.85 | 90.75 | - |
| YUV | 212.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 239 | 0.11 | 0.13 | 0 | 0.06 | 249.38 | 0.5 | 0.87 |
| Hex | D4 | CF | EF | B | D | 0 | 6 | F9 | 32 | 57 |
| Octal | 324 | 317 | 357 | 13 | 15 | 0 | 6 | 371 | 62 | 127 |
| Binary | 11010100 | 11001111 | 11101111 | 1011 | 1101 | 0 | 110 | 11111001 | 110010 | 1010111 |
Color Harmonies of #D4CFEF
Complementary color
Monochromatic Colors of #D4CFEF
Black with #D4CFEF
Text Example
Text Example
White with #D4CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFEF; }
p { color: rgb(212,207,239); }
H1.HeaderClassName
{
color: #D4CFEF;
}
.AnyTagClassName
{
color: #D4CFEF;
}
</style>
background-color css
<style>
a { background-color: #D4CFEF; }
a { background-color: rgb(212,207,239); }
div.DivClassName
{
background-color: #D4CFEF;
}
.BgClassName
{
background-color: #D4CFEF;
}
</style>
border-color css
<style>
span { border-color: #D4CFEF; }
span { border-color: rgb(212,207,239); }
td.TdClassName
{
border-color: #D4CFEF;
}
.TagClassName
{
border-color: #D4CFEF;
}
</style>