#DBD4FF

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

Shades of Quartz #DBD4FF

Tints of Quartz #DBD4FF

Color information

#DBD4FF (or 0xDBD4FF) is unknown color: approx Quartz. HEX triplet: DB, D4 and FF. RGB value is (219,212,255). Sum of RGB (Red+Green+Blue) = 219+212+255=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBD4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD4FF is #242B00. Grayscale: #DADADA. Windows color (decimal): -2370305 or 16766171. OLE color: 16766171.

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

Color convert

RGB219212255-
CMYK0.140.1700
HSL249.77º100%91.57%-
HSV(B)249.77º16.86%100%-
XYZ70.8169.37104.26-
YUV218.99148.32128-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.92%
GREEN value IS 212 (83.20% from 255) = 30.90%
BLUE value IS 255 (100% from 255) = 37.17%
R=31.92%
G=30.90%
B=37.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192122550.140.1700249.7710091.57
HexDBD4FFE1100fa645c
Octal333324377162100372144134
Binary110110111101010011111111111010001001111101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4FF; }

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

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

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

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

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

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

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

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