#D7DCFB

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

Shades of Quartz #D7DCFB

Tints of Quartz #D7DCFB

Color information

#D7DCFB (or 0xD7DCFB) is unknown color: approx Quartz. HEX triplet: D7, DC and FB. RGB value is (215,220,251). Sum of RGB (Red+Green+Blue) = 215+220+251=686 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.34% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCFB is #282304. Grayscale: #DDDDDD. Windows color (decimal): -2630405 or 16506071. OLE color: 16506071.

HSL color Cylindrical-coordinate representation of color #D7DCFB: hue angle of 231.67º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7DCFB is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215220251-
CMYK0.140.1200.02
HSL231.67º81.82%91.37%-
HSV(B)231.67º14.34%98.43%-
XYZ71.0372.6101.54-
YUV222.04144.34122.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.34%
GREEN value IS 220 (86.33% from 255) = 32.07%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=31.34%
G=32.07%
B=36.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152202510.140.1200.02231.6781.8291.37
HexD7DCFBEC02e8525b
Octal327334373161402350122133
Binary110101111101110011111011111011000101110100010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCFB; }

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

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

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

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

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

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

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

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