#D4D2E7

Color #D4D2E7 Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #D4D2E7

Tints of Quartz #D4D2E7

Color information

#D4D2E7 (or 0xD4D2E7) is unknown color: approx Quartz. HEX triplet: D4, D2 and E7. RGB value is (212,210,231). Sum of RGB (Red+Green+Blue) = 212+210+231=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4D2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D2E7 is #2B2D18. Grayscale: #D4D4D4. Windows color (decimal): -2829593 or 15192788. OLE color: 15192788.

HSL color Cylindrical-coordinate representation of color #D4D2E7: hue angle of 245.71º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4D2E7 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB212210231-
CMYK0.080.0900.09
HSL245.71º30.43%86.47%-
HSV(B)245.71º9.09%90.59%-
XYZ64.6265.8684.91-
YUV212.99138.16127.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 32.47%
GREEN value IS 210 (82.42% from 255) = 32.16%
BLUE value IS 231 (90.62% from 255) = 35.38%
R=32.47%
G=32.16%
B=35.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122102310.080.0900.09245.7130.4386.47
HexD4D2E78909f61e56
Octal324322347101101136636126
Binary110101001101001011100111100010010100111110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D2E7; }

 p { color: rgb(212,210,231); }

 H1.HeaderClassName
 {
   color: #D4D2E7;
 }
 .AnyTagClassName
 {
   color: #D4D2E7;
 }
</style>
background-color css

<style>
 a { background-color: #D4D2E7; }

 a { background-color: rgb(212,210,231); }

 div.DivClassName
 {
   background-color: #D4D2E7;
 }
 .BgClassName
 {
   background-color: #D4D2E7;
 }
</style>
border-color css

<style>
 span { border-color: #D4D2E7; }

 span { border-color: rgb(212,210,231); }

 td.TdClassName
 {
   border-color: #D4D2E7;
 }
 .TagClassName
 {
   border-color: #D4D2E7;
 }
</style>