#D6D9EE

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

Shades of Quartz #D6D9EE

Tints of Quartz #D6D9EE

Color information

#D6D9EE (or 0xD6D9EE) is unknown color: approx Quartz. HEX triplet: D6, D9 and EE. RGB value is (214,217,238). Sum of RGB (Red+Green+Blue) = 214+217+238=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6D9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D9EE is #292611. Grayscale: #DADADA. Windows color (decimal): -2696722 or 15653334. OLE color: 15653334.

HSL color Cylindrical-coordinate representation of color #D6D9EE: hue angle of 232.5º degrees, saturation: 0.41, 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 #D6D9EE is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214217238-
CMYK0.100.0900.07
HSL232.5º41.38%88.63%-
HSV(B)232.5º10.08%93.33%-
XYZ67.9870.0990.84-
YUV218.5139.01124.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.99%
GREEN value IS 217 (85.16% from 255) = 32.44%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=31.99%
G=32.44%
B=35.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142172380.100.0900.07232.541.3888.63
HexD6D9EEA907e82959
Octal32633135612110735051131
Binary110101101101100111101110101010010111111010001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D9EE; }

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

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

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

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

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

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

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

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