#D9D4EE

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

Shades of Quartz #D9D4EE

Tints of Quartz #D9D4EE

Color information

#D9D4EE (or 0xD9D4EE) is unknown color: approx Quartz. HEX triplet: D9, D4 and EE. RGB value is (217,212,238). Sum of RGB (Red+Green+Blue) = 217+212+238=667 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.53% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9D4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D4EE is #262B11. Grayscale: #D8D8D8. Windows color (decimal): -2501394 or 15652057. OLE color: 15652057.

HSL color Cylindrical-coordinate representation of color #D9D4EE: hue angle of 251.54º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9D4EE is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217212238-
CMYK0.090.1100.07
HSL251.54º43.33%88.24%-
HSV(B)251.54º10.92%93.33%-
XYZ67.5968.0190.45-
YUV216.46140.16128.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.53%
GREEN value IS 212 (83.20% from 255) = 31.78%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=32.53%
G=31.78%
B=35.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172122380.090.1100.07251.5443.3388.24
HexD9D4EE9B07fc2b58
Octal33132435611130737453130
Binary110110011101010011101110100110110111111111001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D4EE; }

 p { color: rgb(217,212,238); }

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

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

 a { background-color: rgb(217,212,238); }

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

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

 span { border-color: rgb(217,212,238); }

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