#D4D0ED

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

Shades of Quartz #D4D0ED

Tints of Quartz #D4D0ED

Color information

#D4D0ED (or 0xD4D0ED) is unknown color: approx Quartz. HEX triplet: D4, D0 and ED. RGB value is (212,208,237). Sum of RGB (Red+Green+Blue) = 212+208+237=657 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.27% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D0ED is #2B2F12. Grayscale: #D4D4D4. Windows color (decimal): -2830099 or 15585492. OLE color: 15585492.

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

Color convert

RGB212208237-
CMYK0.110.1200.07
HSL248.28º44.62%87.25%-
HSV(B)248.28º12.24%92.94%-
XYZ64.9965.2289.28-
YUV212.5141.83127.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.27%
GREEN value IS 208 (81.64% from 255) = 31.66%
BLUE value IS 237 (92.97% from 255) = 36.07%
R=32.27%
G=31.66%
B=36.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122082370.110.1200.07248.2844.6287.25
HexD4D0EDBC07f82d57
Octal32432035513140737055127
Binary110101001101000011101101101111000111111110001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D0ED; }

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

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

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

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

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

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

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

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