#D6DAFD

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

Shades of Quartz #D6DAFD

Tints of Quartz #D6DAFD

Color information

#D6DAFD (or 0xD6DAFD) is unknown color: approx Quartz. HEX triplet: D6, DA and FD. RGB value is (214,218,253). Sum of RGB (Red+Green+Blue) = 214+218+253=685 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.24% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAFD is #292502. Grayscale: #DCDCDC. Windows color (decimal): -2696451 or 16636630. OLE color: 16636630.

HSL color Cylindrical-coordinate representation of color #D6DAFD: hue angle of 233.85º degrees, saturation: 0.91, 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 #D6DAFD is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214218253-
CMYK0.150.1400.01
HSL233.85º90.7%91.57%-
HSV(B)233.85º15.42%99.22%-
XYZ70.5371.53103.02-
YUV220.79146.17123.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.24%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=31.24%
G=31.82%
B=36.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142182530.150.1400.01233.8590.791.57
HexD6DAFDFE01ea5b5c
Octal326332375171601352133134
Binary11010110110110101111110111111110011110101010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DAFD; }

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

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

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

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

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

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

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

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