#DBDFF9

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

Shades of Quartz #DBDFF9

Tints of Quartz #DBDFF9

Color information

#DBDFF9 (or 0xDBDFF9) is unknown color: approx Quartz. HEX triplet: DB, DF and F9. RGB value is (219,223,249). Sum of RGB (Red+Green+Blue) = 219+223+249=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBDFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFF9 is #242006. Grayscale: #E0E0E0. Windows color (decimal): -2367495 or 16375771. OLE color: 16375771.

HSL color Cylindrical-coordinate representation of color #DBDFF9: hue angle of 232º 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 #DBDFF9 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219223249-
CMYK0.120.1000.02
HSL232º71.43%91.76%-
HSV(B)232º12.05%97.65%-
XYZ72.774.67100.2-
YUV224.77141.67123.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.69%
GREEN value IS 223 (87.5% from 255) = 32.27%
BLUE value IS 249 (97.66% from 255) = 36.03%
R=31.69%
G=32.27%
B=36.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192232490.120.1000.0223271.4391.76
HexDBDFF9CA02e8475c
Octal333337371141202350107134
Binary110110111101111111111001110010100101110100010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFF9; }

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

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

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

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

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

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

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

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