#D7D8FF

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

Shades of Quartz #D7D8FF

Tints of Quartz #D7D8FF

Color information

#D7D8FF (or 0xD7D8FF) is unknown color: approx Quartz. HEX triplet: D7, D8 and FF. RGB value is (215,216,255). Sum of RGB (Red+Green+Blue) = 215+216+255=686 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.34% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7D8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D8FF is #282700. Grayscale: #DBDBDB. Windows color (decimal): -2631425 or 16767191. OLE color: 16767191.

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

Color convert

RGB215216255-
CMYK0.160.1500
HSL238.5º100%92.16%-
HSV(B)238.5º15.69%100%-
XYZ70.6370.78104.55-
YUV220.15147.67124.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.34%
GREEN value IS 216 (84.77% from 255) = 31.49%
BLUE value IS 255 (100% from 255) = 37.17%
R=31.34%
G=31.49%
B=37.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152162550.160.1500238.510092.16
HexD7D8FF10F00ee645c
Octal327330377201700356144134
Binary110101111101100011111111100001111001110111011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D8FF; }

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

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

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

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

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

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

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

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