#D6DBFA

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

Shades of Quartz #D6DBFA

Tints of Quartz #D6DBFA

Color information

#D6DBFA (or 0xD6DBFA) is unknown color: approx Quartz. HEX triplet: D6, DB and FA. RGB value is (214,219,250). Sum of RGB (Red+Green+Blue) = 214+219+250=683 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.33% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DBFA is #292405. Grayscale: #DCDCDC. Windows color (decimal): -2696198 or 16440278. OLE color: 16440278.

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

Color convert

RGB214219250-
CMYK0.140.1200.02
HSL231.67º78.26%90.98%-
HSV(B)231.67º14.4%98.04%-
XYZ70.3271.86100.61-
YUV221.04144.34122.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.33%
GREEN value IS 219 (85.94% from 255) = 32.06%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=31.33%
G=32.06%
B=36.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142192500.140.1200.02231.6778.2690.98
HexD6DBFAEC02e84e5b
Octal326333372161402350116133
Binary110101101101101111111010111011000101110100010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DBFA; }

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

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

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

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

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

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

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

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