#D8D4EB

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

Shades of Quartz #D8D4EB

Tints of Quartz #D8D4EB

Color information

#D8D4EB (or 0xD8D4EB) is unknown color: approx Quartz. HEX triplet: D8, D4 and EB. RGB value is (216,212,235). Sum of RGB (Red+Green+Blue) = 216+212+235=663 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.58% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8D4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D4EB is #272B14. Grayscale: #D7D7D7. Windows color (decimal): -2566933 or 15455448. OLE color: 15455448.

HSL color Cylindrical-coordinate representation of color #D8D4EB: hue angle of 250.43º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8D4EB is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216212235-
CMYK0.080.1000.08
HSL250.43º36.51%87.65%-
HSV(B)250.43º9.79%92.16%-
XYZ66.8667.6888.14-
YUV215.82138.83128.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.58%
GREEN value IS 212 (83.20% from 255) = 31.98%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=32.58%
G=31.98%
B=35.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162122350.080.1000.08250.4336.5187.65
HexD8D4EB8A08fa2558
Octal330324353101201037245130
Binary1101100011010100111010111000101001000111110101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D4EB; }

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

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

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

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

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

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

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

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