#D7DCFD

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

Shades of Quartz #D7DCFD

Tints of Quartz #D7DCFD

Color information

#D7DCFD (or 0xD7DCFD) is unknown color: approx Quartz. HEX triplet: D7, DC and FD. RGB value is (215,220,253). Sum of RGB (Red+Green+Blue) = 215+220+253=688 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.25% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCFD is #282302. Grayscale: #DEDEDE. Windows color (decimal): -2630403 or 16637143. OLE color: 16637143.

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

Color convert

RGB215220253-
CMYK0.150.1300.01
HSL232.11º90.48%91.76%-
HSV(B)232.11º15.02%99.22%-
XYZ71.3572.73103.21-
YUV222.27145.34122.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.25%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=31.25%
G=31.98%
B=36.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152202530.150.1300.01232.1190.4891.76
HexD7DCFDFD01e85a5c
Octal327334375171501350132134
Binary11010111110111001111110111111101011110100010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCFD; }

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

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

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

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

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

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

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

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