#DBDEF9

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

Shades of Quartz #DBDEF9

Tints of Quartz #DBDEF9

Color information

#DBDEF9 (or 0xDBDEF9) is unknown color: approx Quartz. HEX triplet: DB, DE and F9. RGB value is (219,222,249). Sum of RGB (Red+Green+Blue) = 219+222+249=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBDEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEF9 is #242106. Grayscale: #E0E0E0. Windows color (decimal): -2367751 or 16375515. OLE color: 16375515.

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

Color convert

RGB219222249-
CMYK0.120.1100.02
HSL234º71.43%91.76%-
HSV(B)234º12.05%97.65%-
XYZ72.4374.14100.12-
YUV224.18142.01124.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.74%
GREEN value IS 222 (87.11% from 255) = 32.17%
BLUE value IS 249 (97.66% from 255) = 36.09%
R=31.74%
G=32.17%
B=36.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192222490.120.1100.0223471.4391.76
HexDBDEF9CB02ea475c
Octal333336371141302352107134
Binary110110111101111011111001110010110101110101010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDEF9; }

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

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

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

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

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

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

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

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