#D4D0EA

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

Shades of Quartz #D4D0EA

Tints of Quartz #D4D0EA

Color information

#D4D0EA (or 0xD4D0EA) is unknown color: approx Quartz. HEX triplet: D4, D0 and EA. RGB value is (212,208,234). Sum of RGB (Red+Green+Blue) = 212+208+234=654 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.42% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4D0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D0EA is #2B2F15. Grayscale: #D4D4D4. Windows color (decimal): -2830102 or 15388884. OLE color: 15388884.

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

Color convert

RGB212208234-
CMYK0.090.1100.08
HSL249.23º38.24%86.67%-
HSV(B)249.23º11.11%91.76%-
XYZ64.5665.0587-
YUV212.16140.33127.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.42%
GREEN value IS 208 (81.64% from 255) = 31.80%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=32.42%
G=31.80%
B=35.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122082340.090.1100.08249.2338.2486.67
HexD4D0EA9B08f92657
Octal324320352111301037146127
Binary1101010011010000111010101001101101000111110011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D0EA; }

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

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

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

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

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

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

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

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