#DBD1FD

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

Shades of Quartz #DBD1FD

Tints of Quartz #DBD1FD

Color information

#DBD1FD (or 0xDBD1FD) is unknown color: approx Quartz. HEX triplet: DB, D1 and FD. RGB value is (219,209,253). Sum of RGB (Red+Green+Blue) = 219+209+253=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBD1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD1FD is #242E02. Grayscale: #D8D8D8. Windows color (decimal): -2371075 or 16634331. OLE color: 16634331.

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

Color convert

RGB219209253-
CMYK0.130.1700.01
HSL253.64º91.67%90.59%-
HSV(B)253.64º17.39%99.22%-
XYZ69.7467.75102.33-
YUV217.01148.31129.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.16%
GREEN value IS 209 (82.03% from 255) = 30.69%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=32.16%
G=30.69%
B=37.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192092530.130.1700.01253.6491.6790.59
HexDBD1FDD1101fe5c5b
Octal333321375152101376134133
Binary110110111101000111111101110110001011111111010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1FD; }

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

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

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

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

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

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

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

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