#D1D4EE

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

Shades of Quartz #D1D4EE

Tints of Quartz #D1D4EE

Color information

#D1D4EE (or 0xD1D4EE) is unknown color: approx Quartz. HEX triplet: D1, D4 and EE. RGB value is (209,212,238). Sum of RGB (Red+Green+Blue) = 209+212+238=659 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.71% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1D4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D4EE is #2E2B11. Grayscale: #D5D5D5. Windows color (decimal): -3025682 or 15652049. OLE color: 15652049.

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

Color convert

RGB209212238-
CMYK0.120.1100.07
HSL233.79º46.03%87.65%-
HSV(B)233.79º12.18%93.33%-
XYZ65.2766.8290.35-
YUV214.07141.51124.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.71%
GREEN value IS 212 (83.20% from 255) = 32.17%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=31.71%
G=32.17%
B=36.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092122380.120.1100.07233.7946.0387.65
HexD1D4EECB07ea2e58
Octal32132435614130735256130
Binary110100011101010011101110110010110111111010101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D4EE; }

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

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

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

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

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

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

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

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