#D7D8F0

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

Shades of Quartz #D7D8F0

Tints of Quartz #D7D8F0

Color information

#D7D8F0 (or 0xD7D8F0) is unknown color: approx Quartz. HEX triplet: D7, D8 and F0. RGB value is (215,216,240). Sum of RGB (Red+Green+Blue) = 215+216+240=671 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.04% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7D8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D8F0 is #28270F. Grayscale: #DADADA. Windows color (decimal): -2631440 or 15784151. OLE color: 15784151.

HSL color Cylindrical-coordinate representation of color #D7D8F0: hue angle of 237.6º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7D8F0 is Cyan = 0.10, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB215216240-
CMYK0.100.100.06
HSL237.6º45.45%89.22%-
HSV(B)237.6º10.42%94.12%-
XYZ68.3169.8592.32-
YUV218.44140.17125.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.04%
GREEN value IS 216 (84.77% from 255) = 32.19%
BLUE value IS 240 (94.14% from 255) = 35.77%
R=32.04%
G=32.19%
B=35.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152162400.100.100.06237.645.4589.22
HexD7D8F0AA06ee2d59
Octal32733036012120635655131
Binary110101111101100011110000101010100110111011101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D8F0; }

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

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

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

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

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

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

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

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