#DBD5FF

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

Shades of Quartz #DBD5FF

Tints of Quartz #DBD5FF

Color information

#DBD5FF (or 0xDBD5FF) is unknown color: approx Quartz. HEX triplet: DB, D5 and FF. RGB value is (219,213,255). Sum of RGB (Red+Green+Blue) = 219+213+255=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 213 (83.59% from 255 or 31.00% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD5FF is #242A00. Grayscale: #DBDBDB. Windows color (decimal): -2370049 or 16766427. OLE color: 16766427.

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

Color convert

RGB219213255-
CMYK0.140.1600
HSL248.57º100%91.76%-
HSV(B)248.57º16.47%100%-
XYZ71.0669.87104.35-
YUV219.58147.99127.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.88%
GREEN value IS 213 (83.59% from 255) = 31.00%
BLUE value IS 255 (100% from 255) = 37.12%
R=31.88%
G=31.00%
B=37.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192132550.140.1600248.5710091.76
HexDBD5FFE1000f9645c
Octal333325377162000371144134
Binary110110111101010111111111111010000001111100111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5FF; }

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

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

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

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

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

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

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

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