#D6D8EE

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

Shades of Quartz #D6D8EE

Tints of Quartz #D6D8EE

Color information

#D6D8EE (or 0xD6D8EE) is unknown color: approx Quartz. HEX triplet: D6, D8 and EE. RGB value is (214,216,238). Sum of RGB (Red+Green+Blue) = 214+216+238=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6D8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D8EE is #292711. Grayscale: #D9D9D9. Windows color (decimal): -2696978 or 15653078. OLE color: 15653078.

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

Color convert

RGB214216238-
CMYK0.100.0900.07
HSL235º41.38%88.63%-
HSV(B)235º10.08%93.33%-
XYZ67.7269.5890.75-
YUV217.91139.34125.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.04%
GREEN value IS 216 (84.77% from 255) = 32.34%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=32.04%
G=32.34%
B=35.63%

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
Decimal2142162380.100.0900.0723541.3888.63
HexD6D8EEA907eb2959
Octal32633035612110735351131
Binary110101101101100011101110101010010111111010111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D8EE; }

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

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

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

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

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

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

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

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