#D8D4EA

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

Shades of Quartz #D8D4EA

Tints of Quartz #D8D4EA

Color information

#D8D4EA (or 0xD8D4EA) is unknown color: approx Quartz. HEX triplet: D8, D4 and EA. RGB value is (216,212,234). Sum of RGB (Red+Green+Blue) = 216+212+234=662 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.63% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8D4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D4EA is #272B15. Grayscale: #D7D7D7. Windows color (decimal): -2566934 or 15389912. OLE color: 15389912.

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

Color convert

RGB216212234-
CMYK0.080.0900.08
HSL250.91º34.37%87.45%-
HSV(B)250.91º9.4%91.76%-
XYZ66.7167.6387.38-
YUV215.7138.33128.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.63%
GREEN value IS 212 (83.20% from 255) = 32.02%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=32.63%
G=32.02%
B=35.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162122340.080.0900.08250.9134.3787.45
HexD8D4EA8908fb2257
Octal330324352101101037342127
Binary1101100011010100111010101000100101000111110111000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D4EA; }

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

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

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

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

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

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

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

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