#D6DAFA

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

Shades of Quartz #D6DAFA

Tints of Quartz #D6DAFA

Color information

#D6DAFA (or 0xD6DAFA) is unknown color: approx Quartz. HEX triplet: D6, DA and FA. RGB value is (214,218,250). Sum of RGB (Red+Green+Blue) = 214+218+250=682 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.38% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAFA is #292505. Grayscale: #DCDCDC. Windows color (decimal): -2696454 or 16440022. OLE color: 16440022.

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

Color convert

RGB214218250-
CMYK0.140.1300.02
HSL233.33º78.26%90.98%-
HSV(B)233.33º14.4%98.04%-
XYZ70.0671.34100.52-
YUV220.45144.67123.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.38%
GREEN value IS 218 (85.55% from 255) = 31.96%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=31.38%
G=31.96%
B=36.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142182500.140.1300.02233.3378.2690.98
HexD6DAFAED02e94e5b
Octal326332372161502351116133
Binary110101101101101011111010111011010101110100110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DAFA; }

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

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

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

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

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

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

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

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