#DBD4FD

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

Shades of Quartz #DBD4FD

Tints of Quartz #DBD4FD

Color information

#DBD4FD (or 0xDBD4FD) is unknown color: approx Quartz. HEX triplet: DB, D4 and FD. RGB value is (219,212,253). Sum of RGB (Red+Green+Blue) = 219+212+253=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 212 (83.20% from 255 or 30.99% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBD4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD4FD is #242B02. Grayscale: #DADADA. Windows color (decimal): -2370307 or 16635099. OLE color: 16635099.

HSL color Cylindrical-coordinate representation of color #DBD4FD: hue angle of 250.24º 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 #DBD4FD is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219212253-
CMYK0.130.1600.01
HSL250.24º91.11%91.18%-
HSV(B)250.24º16.21%99.22%-
XYZ70.4969.24102.58-
YUV218.77147.32128.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.02%
GREEN value IS 212 (83.20% from 255) = 30.99%
BLUE value IS 253 (99.22% from 255) = 36.99%
R=32.02%
G=30.99%
B=36.99%

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
Decimal2192122530.130.1600.01250.2491.1191.18
HexDBD4FDD1001fa5b5b
Octal333324375152001372133133
Binary110110111101010011111101110110000011111101010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4FD; }

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

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

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

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

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

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

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

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