#DBDEFB

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

Shades of Quartz #DBDEFB

Tints of Quartz #DBDEFB

Color information

#DBDEFB (or 0xDBDEFB) is unknown color: approx Quartz. HEX triplet: DB, DE and FB. RGB value is (219,222,251). Sum of RGB (Red+Green+Blue) = 219+222+251=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBDEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEFB is #242104. Grayscale: #E0E0E0. Windows color (decimal): -2367749 or 16506587. OLE color: 16506587.

HSL color Cylindrical-coordinate representation of color #DBDEFB: hue angle of 234.38º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBDEFB is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219222251-
CMYK0.130.1200.02
HSL234.38º80%92.16%-
HSV(B)234.38º12.75%98.43%-
XYZ72.7574.27101.77-
YUV224.41143.01124.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.65%
GREEN value IS 222 (87.11% from 255) = 32.08%
BLUE value IS 251 (98.44% from 255) = 36.27%
R=31.65%
G=32.08%
B=36.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192222510.130.1200.02234.388092.16
HexDBDEFBDC02ea505c
Octal333336373151402352120134
Binary110110111101111011111011110111000101110101010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDEFB; }

 p { color: rgb(219,222,251); }

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

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

 a { background-color: rgb(219,222,251); }

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

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

 span { border-color: rgb(219,222,251); }

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