#D8D4EE

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

Shades of Quartz #D8D4EE

Tints of Quartz #D8D4EE

Color information

#D8D4EE (or 0xD8D4EE) is unknown color: approx Quartz. HEX triplet: D8, D4 and EE. RGB value is (216,212,238). Sum of RGB (Red+Green+Blue) = 216+212+238=666 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.43% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8D4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D4EE is #272B11. Grayscale: #D8D8D8. Windows color (decimal): -2566930 or 15652056. OLE color: 15652056.

HSL color Cylindrical-coordinate representation of color #D8D4EE: hue angle of 249.23º 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 #D8D4EE is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216212238-
CMYK0.090.1100.07
HSL249.23º43.33%88.24%-
HSV(B)249.23º10.92%93.33%-
XYZ67.367.8690.44-
YUV216.16140.33127.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.43%
GREEN value IS 212 (83.20% from 255) = 31.83%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=32.43%
G=31.83%
B=35.74%

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
Decimal2162122380.090.1100.07249.2343.3388.24
HexD8D4EE9B07f92b58
Octal33032435611130737153130
Binary110110001101010011101110100110110111111110011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D4EE; }

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

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

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

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

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

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

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

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