#D7D9EC

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

Shades of Quartz #D7D9EC

Tints of Quartz #D7D9EC

Color information

#D7D9EC (or 0xD7D9EC) is unknown color: approx Quartz. HEX triplet: D7, D9 and EC. RGB value is (215,217,236). Sum of RGB (Red+Green+Blue) = 215+217+236=668 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.19% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7D9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D9EC is #282613. Grayscale: #DADADA. Windows color (decimal): -2631188 or 15522263. OLE color: 15522263.

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

Color convert

RGB215217236-
CMYK0.090.0800.07
HSL234.29º35.59%88.43%-
HSV(B)234.29º8.9%92.55%-
XYZ67.9870.1389.31-
YUV218.57137.84125.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.19%
GREEN value IS 217 (85.16% from 255) = 32.49%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=32.19%
G=32.49%
B=35.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152172360.090.0800.07234.2935.5988.43
HexD7D9EC9807ea2458
Octal32733135411100735244130
Binary110101111101100111101100100110000111111010101001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D9EC; }

 p { color: rgb(215,217,236); }

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

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

 a { background-color: rgb(215,217,236); }

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

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

 span { border-color: rgb(215,217,236); }

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