#D8D7FE

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

Shades of Quartz #D8D7FE

Tints of Quartz #D8D7FE

Color information

#D8D7FE (or 0xD8D7FE) is unknown color: approx Quartz. HEX triplet: D8, D7 and FE. RGB value is (216,215,254). Sum of RGB (Red+Green+Blue) = 216+215+254=685 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.53% from 685); Green value is 215 (84.38% from 255 or 31.39% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D7FE is #272801. Grayscale: #DBDBDB. Windows color (decimal): -2566146 or 16701400. OLE color: 16701400.

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

Color convert

RGB216215254-
CMYK0.150.1500.00
HSL241.54º95.12%91.96%-
HSV(B)241.54º15.35%99.61%-
XYZ70.5170.36103.63-
YUV219.74147.33125.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.53%
GREEN value IS 215 (84.38% from 255) = 31.39%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=31.53%
G=31.39%
B=37.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2162152540.150.1500.00241.5495.1291.96
HexD8D7FEFF00f25f5c
Octal330327376171700362137134
Binary11011000110101111111111011111111001111001010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D7FE; }

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

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

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

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

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

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

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

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