#DBD9FF

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

Shades of Quartz #DBD9FF

Tints of Quartz #DBD9FF

Color information

#DBD9FF (or 0xDBD9FF) is unknown color: approx Quartz. HEX triplet: DB, D9 and FF. RGB value is (219,217,255). Sum of RGB (Red+Green+Blue) = 219+217+255=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBD9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD9FF is #242600. Grayscale: #DDDDDD. Windows color (decimal): -2369025 or 16767451. OLE color: 16767451.

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

Color convert

RGB219217255-
CMYK0.140.1500
HSL243.16º100%92.55%-
HSV(B)243.16º14.9%100%-
XYZ72.0871.91104.69-
YUV221.93146.66125.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.69%
GREEN value IS 217 (85.16% from 255) = 31.40%
BLUE value IS 255 (100% from 255) = 36.90%
R=31.69%
G=31.40%
B=36.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192172550.140.1500243.1610092.55
HexDBD9FFEF00f3645d
Octal333331377161700363144135
Binary11011011110110011111111111101111001111001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9FF; }

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

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

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

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

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

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

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

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