#DBDAFF

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

Shades of Quartz #DBDAFF

Tints of Quartz #DBDAFF

Color information

#DBDAFF (or 0xDBDAFF) is unknown color: approx Quartz. HEX triplet: DB, DA and FF. RGB value is (219,218,255). Sum of RGB (Red+Green+Blue) = 219+218+255=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAFF is #242500. Grayscale: #DEDEDE. Windows color (decimal): -2368769 or 16767707. OLE color: 16767707.

HSL color Cylindrical-coordinate representation of color #DBDAFF: hue angle of 241.62º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBDAFF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB219218255-
CMYK0.140.1500
HSL241.62º100%92.75%-
HSV(B)241.62º14.51%100%-
XYZ72.3372.42104.77-
YUV222.52146.33125.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.65%
GREEN value IS 218 (85.55% from 255) = 31.50%
BLUE value IS 255 (100% from 255) = 36.85%
R=31.65%
G=31.50%
B=36.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192182550.140.1500241.6210092.75
HexDBDAFFEF00f2645d
Octal333332377161700362144135
Binary11011011110110101111111111101111001111001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAFF; }

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

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

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

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

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

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

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

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