#D7DAFF

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

Shades of Quartz #D7DAFF

Tints of Quartz #D7DAFF

Color information

#D7DAFF (or 0xD7DAFF) is unknown color: approx Quartz. HEX triplet: D7, DA and FF. RGB value is (215,218,255). Sum of RGB (Red+Green+Blue) = 215+218+255=688 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.25% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAFF is #282500. Grayscale: #DDDDDD. Windows color (decimal): -2630913 or 16767703. OLE color: 16767703.

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

Color convert

RGB215218255-
CMYK0.160.1500
HSL235.5º100%92.16%-
HSV(B)235.5º15.69%100%-
XYZ71.1571.81104.72-
YUV221.32147.01123.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.25%
GREEN value IS 218 (85.55% from 255) = 31.69%
BLUE value IS 255 (100% from 255) = 37.06%
R=31.25%
G=31.69%
B=37.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152182550.160.1500235.510092.16
HexD7DAFF10F00ec645c
Octal327332377201700354144134
Binary110101111101101011111111100001111001110110011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAFF; }

 p { color: rgb(215,218,255); }

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

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

 a { background-color: rgb(215,218,255); }

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

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

 span { border-color: rgb(215,218,255); }

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