#D8D6FE

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

Shades of Quartz #D8D6FE

Tints of Quartz #D8D6FE

Color information

#D8D6FE (or 0xD8D6FE) is unknown color: approx Quartz. HEX triplet: D8, D6 and FE. RGB value is (216,214,254). Sum of RGB (Red+Green+Blue) = 216+214+254=684 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.58% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8D6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D6FE is #272901. Grayscale: #DBDBDB. Windows color (decimal): -2566402 or 16701144. OLE color: 16701144.

HSL color Cylindrical-coordinate representation of color #D8D6FE: hue angle of 243º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8D6FE is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB216214254-
CMYK0.150.1600.00
HSL243º95.24%91.76%-
HSV(B)243º15.75%99.61%-
XYZ70.2569.85103.55-
YUV219.16147.66125.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.58%
GREEN value IS 214 (83.98% from 255) = 31.29%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=31.58%
G=31.29%
B=37.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2162142540.150.1600.0024395.2491.76
HexD8D6FEF1000f35f5c
Octal330326376172000363137134
Binary110110001101011011111110111110000001111001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D6FE; }

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

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

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

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

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

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

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

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