#DBD3FF

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

Shades of Quartz #DBD3FF

Tints of Quartz #DBD3FF

Color information

#DBD3FF (or 0xDBD3FF) is unknown color: approx Quartz. HEX triplet: DB, D3 and FF. RGB value is (219,211,255). Sum of RGB (Red+Green+Blue) = 219+211+255=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 211 (82.81% from 255 or 30.80% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBD3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD3FF is #242C00. Grayscale: #DADADA. Windows color (decimal): -2370561 or 16765915. OLE color: 16765915.

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

Color convert

RGB219211255-
CMYK0.140.1700
HSL250.91º100%91.37%-
HSV(B)250.91º17.25%100%-
XYZ70.5668.87104.18-
YUV218.41148.65128.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.97%
GREEN value IS 211 (82.81% from 255) = 30.80%
BLUE value IS 255 (100% from 255) = 37.23%
R=31.97%
G=30.80%
B=37.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192112550.140.1700250.9110091.37
HexDBD3FFE1100fb645b
Octal333323377162100373144133
Binary110110111101001111111111111010001001111101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3FF; }

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

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

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

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

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

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

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

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