#D9D7EE

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

Shades of Quartz #D9D7EE

Tints of Quartz #D9D7EE

Color information

#D9D7EE (or 0xD9D7EE) is unknown color: approx Quartz. HEX triplet: D9, D7 and EE. RGB value is (217,215,238). Sum of RGB (Red+Green+Blue) = 217+215+238=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9D7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D7EE is #262811. Grayscale: #DADADA. Windows color (decimal): -2500626 or 15652825. OLE color: 15652825.

HSL color Cylindrical-coordinate representation of color #D9D7EE: hue angle of 245.22º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9D7EE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217215238-
CMYK0.090.1000.07
HSL245.22º40.35%88.82%-
HSV(B)245.22º9.66%93.33%-
XYZ68.3569.5390.71-
YUV218.22139.16127.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.39%
GREEN value IS 215 (84.38% from 255) = 32.09%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=32.39%
G=32.09%
B=35.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172152380.090.1000.07245.2240.3588.82
HexD9D7EE9A07f52859
Octal33132735611120736550131
Binary110110011101011111101110100110100111111101011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D7EE; }

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

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

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

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

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

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

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

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