#D7DCFA

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

Shades of Quartz #D7DCFA

Tints of Quartz #D7DCFA

Color information

#D7DCFA (or 0xD7DCFA) is unknown color: approx Quartz. HEX triplet: D7, DC and FA. RGB value is (215,220,250). Sum of RGB (Red+Green+Blue) = 215+220+250=685 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.39% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCFA is #282305. Grayscale: #DDDDDD. Windows color (decimal): -2630406 or 16440535. OLE color: 16440535.

HSL color Cylindrical-coordinate representation of color #D7DCFA: hue angle of 231.43º degrees, saturation: 0.78, 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 #D7DCFA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215220250-
CMYK0.140.1200.02
HSL231.43º77.78%91.18%-
HSV(B)231.43º14%98.04%-
XYZ70.8772.54100.71-
YUV221.92143.84123.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.39%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 250 (98.05% from 255) = 36.50%
R=31.39%
G=32.12%
B=36.50%

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
Decimal2152202500.140.1200.02231.4377.7891.18
HexD7DCFAEC02e74e5b
Octal327334372161402347116133
Binary110101111101110011111010111011000101110011110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCFA; }

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

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

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

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

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

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

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

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