#DBD0FD

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

Shades of Quartz #DBD0FD

Tints of Quartz #DBD0FD

Color information

#DBD0FD (or 0xDBD0FD) is unknown color: approx Quartz. HEX triplet: DB, D0 and FD. RGB value is (219,208,253). Sum of RGB (Red+Green+Blue) = 219+208+253=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBD0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0FD is #242F02. Grayscale: #D8D8D8. Windows color (decimal): -2371331 or 16634075. OLE color: 16634075.

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

Color convert

RGB219208253-
CMYK0.130.1800.01
HSL254.67º91.84%90.39%-
HSV(B)254.67º17.79%99.22%-
XYZ69.567.26102.25-
YUV216.42148.64129.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.21%
GREEN value IS 208 (81.64% from 255) = 30.59%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=32.21%
G=30.59%
B=37.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192082530.130.1800.01254.6791.8490.39
HexDBD0FDD1201ff5c5a
Octal333320375152201377134132
Binary110110111101000011111101110110010011111111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0FD; }

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

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

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

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

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

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

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

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