#DBD5FD

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

Shades of Quartz #DBD5FD

Tints of Quartz #DBD5FD

Color information

#DBD5FD (or 0xDBD5FD) is unknown color: approx Quartz. HEX triplet: DB, D5 and FD. RGB value is (219,213,253). Sum of RGB (Red+Green+Blue) = 219+213+253=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD5FD is #242A02. Grayscale: #DBDBDB. Windows color (decimal): -2370051 or 16635355. OLE color: 16635355.

HSL color Cylindrical-coordinate representation of color #DBD5FD: hue angle of 249º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBD5FD is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219213253-
CMYK0.130.1600.01
HSL249º90.91%91.37%-
HSV(B)249º15.81%99.22%-
XYZ70.7469.74102.66-
YUV219.35146.99127.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.97%
GREEN value IS 213 (83.59% from 255) = 31.09%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=31.97%
G=31.09%
B=36.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192132530.130.1600.0124990.9191.37
HexDBD5FDD1001f95b5b
Octal333325375152001371133133
Binary110110111101010111111101110110000011111100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5FD; }

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

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

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

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

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

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

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

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