Shades of Quartz #D4CEF2
Tints of Quartz #D4CEF2
RGB
CMYK
RGB Variations
Color information
#D4CEF2 (or 0xD4CEF2) is known color: Quartz. HEX triplet: D4, CE and F2. RGB value is (212,206,242). Sum of RGB (Red+Green+Blue) = 212+206+242=660 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.12% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEF2 is #2B310D. Grayscale: #D3D3D3. Windows color (decimal): -2830606 or 15912660. OLE color: 15912660.
HSL color Cylindrical-coordinate representation of color #D4CEF2: hue angle of 250º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4CEF2 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 212 | 206 | 242 | - |
CMYK | 0.12 | 0.15 | 0 | 0.05 |
HSL | 250º | 0.58% | 0.88% | - |
HSV(B) | 250º | 0.15% | 0.95% | - |
XYZ | 65.25 | 64.55 | 93.02 | - |
YUV | 211.9 | 144.99 | 128.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 206 | 242 | 0.12 | 0.15 | 0 | 0.05 | 250 | 0.58 | 0.88 |
Hex | D4 | CE | F2 | C | F | 0 | 5 | FA | 3A | 58 |
Octal | 324 | 316 | 362 | 14 | 17 | 0 | 5 | 372 | 72 | 130 |
Binary | 11010100 | 11001110 | 11110010 | 1100 | 1111 | 0 | 101 | 11111010 | 111010 | 1011000 |
Color Harmonies of #D4CEF2
Complementary color
Monochromatic Colors of #D4CEF2
Black with #D4CEF2
Text Example
Text Example
White with #D4CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CEF2; }
p { color: rgb(212,206,242); }
H1.HeaderClassName
{
color: #D4CEF2;
}
.AnyTagClassName
{
color: #D4CEF2;
}
</style>
background-color css
<style>
a { background-color: #D4CEF2; }
a { background-color: rgb(212,206,242); }
div.DivClassName
{
background-color: #D4CEF2;
}
.BgClassName
{
background-color: #D4CEF2;
}
</style>
border-color css
<style>
span { border-color: #D4CEF2; }
span { border-color: rgb(212,206,242); }
td.TdClassName
{
border-color: #D4CEF2;
}
.TagClassName
{
border-color: #D4CEF2;
}
</style>