#D6DAFF

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

Shades of Quartz #D6DAFF

Tints of Quartz #D6DAFF

Color information

#D6DAFF (or 0xD6DAFF) is unknown color: approx Quartz. HEX triplet: D6, DA and FF. RGB value is (214,218,255). Sum of RGB (Red+Green+Blue) = 214+218+255=687 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.15% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAFF is #292500. Grayscale: #DCDCDC. Windows color (decimal): -2696449 or 16767702. OLE color: 16767702.

HSL color Cylindrical-coordinate representation of color #D6DAFF: hue angle of 234.15º 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 #D6DAFF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB214218255-
CMYK0.160.1500
HSL234.15º100%91.96%-
HSV(B)234.15º16.08%100%-
XYZ70.8571.66104.7-
YUV221.02147.17122.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.15%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 255 (100% from 255) = 37.12%
R=31.15%
G=31.73%
B=37.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142182550.160.1500234.1510091.96
HexD6DAFF10F00ea645c
Octal326332377201700352144134
Binary110101101101101011111111100001111001110101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DAFF; }

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

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

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

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

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

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

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

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