#D6DAF3

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

Shades of Quartz #D6DAF3

Tints of Quartz #D6DAF3

Color information

#D6DAF3 (or 0xD6DAF3) is unknown color: approx Quartz. HEX triplet: D6, DA and F3. RGB value is (214,218,243). Sum of RGB (Red+Green+Blue) = 214+218+243=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6DAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAF3 is #29250C. Grayscale: #DBDBDB. Windows color (decimal): -2696461 or 15981270. OLE color: 15981270.

HSL color Cylindrical-coordinate representation of color #D6DAF3: hue angle of 231.72º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6DAF3 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214218243-
CMYK0.120.1000.05
HSL231.72º54.72%89.61%-
HSV(B)231.72º11.93%95.29%-
XYZ68.9870.9194.85-
YUV219.65141.17123.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.70%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 243 (95.31% from 255) = 36%
R=31.70%
G=32.30%
B=36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142182430.120.1000.05231.7254.7289.61
HexD6DAF3CA05e8375a
Octal32633236314120535067132
Binary110101101101101011110011110010100101111010001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DAF3; }

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

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

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

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

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

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

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

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