Shades of Quartz #D5CFEF
Tints of Quartz #D5CFEF
RGB
CMYK
RGB Variations
Color information
#D5CFEF (or 0xD5CFEF) is known color: Quartz. HEX triplet: D5, CF and EF. RGB value is (213,207,239). Sum of RGB (Red+Green+Blue) = 213+207+239=659 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.32% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CFEF is #2A3010. Grayscale: #D4D4D4. Windows color (decimal): -2764817 or 15716309. OLE color: 15716309.
HSL color Cylindrical-coordinate representation of color #D5CFEF: hue angle of 251.25º 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 #D5CFEF is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 207 | 239 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.06 |
| HSL | 251.25º | 0.5% | 0.87% | - |
| HSV(B) | 251.25º | 0.13% | 0.94% | - |
| XYZ | 65.33 | 65 | 90.76 | - |
| YUV | 212.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 239 | 0.11 | 0.13 | 0 | 0.06 | 251.25 | 0.5 | 0.87 |
| Hex | D5 | CF | EF | B | D | 0 | 6 | FB | 32 | 57 |
| Octal | 325 | 317 | 357 | 13 | 15 | 0 | 6 | 373 | 62 | 127 |
| Binary | 11010101 | 11001111 | 11101111 | 1011 | 1101 | 0 | 110 | 11111011 | 110010 | 1010111 |
Color Harmonies of #D5CFEF
Complementary color
Monochromatic Colors of #D5CFEF
Black with #D5CFEF
Text Example
Text Example
White with #D5CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFEF; }
p { color: rgb(213,207,239); }
H1.HeaderClassName
{
color: #D5CFEF;
}
.AnyTagClassName
{
color: #D5CFEF;
}
</style>
background-color css
<style>
a { background-color: #D5CFEF; }
a { background-color: rgb(213,207,239); }
div.DivClassName
{
background-color: #D5CFEF;
}
.BgClassName
{
background-color: #D5CFEF;
}
</style>
border-color css
<style>
span { border-color: #D5CFEF; }
span { border-color: rgb(213,207,239); }
td.TdClassName
{
border-color: #D5CFEF;
}
.TagClassName
{
border-color: #D5CFEF;
}
</style>