#DBD2FF

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

Shades of Quartz #DBD2FF

Tints of Quartz #DBD2FF

Color information

#DBD2FF (or 0xDBD2FF) is unknown color: approx Quartz. HEX triplet: DB, D2 and FF. RGB value is (219,210,255). Sum of RGB (Red+Green+Blue) = 219+210+255=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBD2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD2FF is #242D00. Grayscale: #D9D9D9. Windows color (decimal): -2370817 or 16765659. OLE color: 16765659.

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

Color convert

RGB219210255-
CMYK0.140.1800
HSL252º100%91.18%-
HSV(B)252º17.65%100%-
XYZ70.3168.37104.1-
YUV217.82148.98128.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.02%
GREEN value IS 210 (82.42% from 255) = 30.70%
BLUE value IS 255 (100% from 255) = 37.28%
R=32.02%
G=30.70%
B=37.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192102550.140.180025210091.18
HexDBD2FFE1200fc645b
Octal333322377162200374144133
Binary110110111101001011111111111010010001111110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2FF; }

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

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

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

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

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

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

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

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