Shades of Quartz #D5CFF4
Tints of Quartz #D5CFF4
RGB
CMYK
RGB Variations
Color information
#D5CFF4 (or 0xD5CFF4) is known color: Quartz. HEX triplet: D5, CF and F4. RGB value is (213,207,244). Sum of RGB (Red+Green+Blue) = 213+207+244=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 244 (95.70% from 255 or 36.75% from 664); Max value from RGB is 244 - color contains mainly: blue. Hex color #D5CFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CFF4 is #2A300B. Grayscale: #D4D4D4. Windows color (decimal): -2764812 or 16043989. OLE color: 16043989.
HSL color Cylindrical-coordinate representation of color #D5CFF4: hue angle of 249.73º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5CFF4 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 213 | 207 | 244 | - |
CMYK | 0.13 | 0.15 | 0 | 0.04 |
HSL | 249.73º | 0.63% | 0.88% | - |
HSV(B) | 249.73º | 0.15% | 0.96% | - |
XYZ | 66.08 | 65.3 | 94.71 | - |
YUV | 213.01 | 145.49 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 207 | 244 | 0.13 | 0.15 | 0 | 0.04 | 249.73 | 0.63 | 0.88 |
Hex | D5 | CF | F4 | D | F | 0 | 4 | FA | 3F | 58 |
Octal | 325 | 317 | 364 | 15 | 17 | 0 | 4 | 372 | 77 | 130 |
Binary | 11010101 | 11001111 | 11110100 | 1101 | 1111 | 0 | 100 | 11111010 | 111111 | 1011000 |
Color Harmonies of #D5CFF4
Complementary color
Monochromatic Colors of #D5CFF4
Black with #D5CFF4
Text Example
Text Example
White with #D5CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFF4; }
p { color: rgb(213,207,244); }
H1.HeaderClassName
{
color: #D5CFF4;
}
.AnyTagClassName
{
color: #D5CFF4;
}
</style>
background-color css
<style>
a { background-color: #D5CFF4; }
a { background-color: rgb(213,207,244); }
div.DivClassName
{
background-color: #D5CFF4;
}
.BgClassName
{
background-color: #D5CFF4;
}
</style>
border-color css
<style>
span { border-color: #D5CFF4; }
span { border-color: rgb(213,207,244); }
td.TdClassName
{
border-color: #D5CFF4;
}
.TagClassName
{
border-color: #D5CFF4;
}
</style>