#DBDAF6

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

Shades of Quartz #DBDAF6

Tints of Quartz #DBDAF6

Color information

#DBDAF6 (or 0xDBDAF6) is unknown color: approx Quartz. HEX triplet: DB, DA and F6. RGB value is (219,218,246). Sum of RGB (Red+Green+Blue) = 219+218+246=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAF6 is #242509. Grayscale: #DDDDDD. Windows color (decimal): -2368778 or 16177883. OLE color: 16177883.

HSL color Cylindrical-coordinate representation of color #DBDAF6: hue angle of 242.14º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBDAF6 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219218246-
CMYK0.110.1100.04
HSL242.14º60.87%90.98%-
HSV(B)242.14º11.38%96.47%-
XYZ70.9271.8697.32-
YUV221.49141.83126.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.06%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 246 (96.48% from 255) = 36.02%
R=32.06%
G=31.92%
B=36.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192182460.110.1100.04242.1460.8790.98
HexDBDAF6BB04f23d5b
Octal33333236613130436275133
Binary110110111101101011110110101110110100111100101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAF6; }

 p { color: rgb(219,218,246); }

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

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

 a { background-color: rgb(219,218,246); }

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

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

 span { border-color: rgb(219,218,246); }

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