#D7DCF6

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

Shades of Quartz #D7DCF6

Tints of Quartz #D7DCF6

Color information

#D7DCF6 (or 0xD7DCF6) is unknown color: approx Quartz. HEX triplet: D7, DC and F6. RGB value is (215,220,246). Sum of RGB (Red+Green+Blue) = 215+220+246=681 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.57% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7DCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCF6 is #282309. Grayscale: #DDDDDD. Windows color (decimal): -2630410 or 16178391. OLE color: 16178391.

HSL color Cylindrical-coordinate representation of color #D7DCF6: hue angle of 230.32º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7DCF6 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB215220246-
CMYK0.130.1100.04
HSL230.32º63.27%90.39%-
HSV(B)230.32º12.6%96.47%-
XYZ70.2572.2997.44-
YUV221.47141.84123.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.57%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 246 (96.48% from 255) = 36.12%
R=31.57%
G=32.31%
B=36.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2152202460.130.1100.04230.3263.2790.39
HexD7DCF6DB04e63f5a
Octal32733436615130434677132
Binary110101111101110011110110110110110100111001101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCF6; }

 p { color: rgb(215,220,246); }

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

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

 a { background-color: rgb(215,220,246); }

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

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

 span { border-color: rgb(215,220,246); }

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