#DBDFF7

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

Shades of Quartz #DBDFF7

Tints of Quartz #DBDFF7

Color information

#DBDFF7 (or 0xDBDFF7) is unknown color: approx Quartz. HEX triplet: DB, DF and F7. RGB value is (219,223,247). Sum of RGB (Red+Green+Blue) = 219+223+247=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBDFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFF7 is #242008. Grayscale: #E0E0E0. Windows color (decimal): -2367497 or 16244699. OLE color: 16244699.

HSL color Cylindrical-coordinate representation of color #DBDFF7: hue angle of 231.43º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBDFF7 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB219223247-
CMYK0.110.1000.03
HSL231.43º63.64%91.37%-
HSV(B)231.43º11.34%96.86%-
XYZ72.3974.5598.57-
YUV224.54140.67124.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.79%
GREEN value IS 223 (87.5% from 255) = 32.37%
BLUE value IS 247 (96.88% from 255) = 35.85%
R=31.79%
G=32.37%
B=35.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192232470.110.1000.03231.4363.6491.37
HexDBDFF7BA03e7405b
Octal333337367131203347100133
Binary110110111101111111110111101110100111110011110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFF7; }

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

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

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

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

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

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

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

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