#DBDFF5

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

Shades of Quartz #DBDFF5

Tints of Quartz #DBDFF5

Color information

#DBDFF5 (or 0xDBDFF5) is unknown color: approx Quartz. HEX triplet: DB, DF and F5. RGB value is (219,223,245). Sum of RGB (Red+Green+Blue) = 219+223+245=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBDFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFF5 is #24200A. Grayscale: #E0E0E0. Windows color (decimal): -2367499 or 16113627. OLE color: 16113627.

HSL color Cylindrical-coordinate representation of color #DBDFF5: hue angle of 230.77º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBDFF5 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219223245-
CMYK0.110.0900.04
HSL230.77º56.52%90.98%-
HSV(B)230.77º10.61%96.08%-
XYZ72.0874.4396.95-
YUV224.31139.67124.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.88%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 245 (96.09% from 255) = 35.66%
R=31.88%
G=32.46%
B=35.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192232450.110.0900.04230.7756.5290.98
HexDBDFF5B904e7395b
Octal33333736513110434771133
Binary110110111101111111110101101110010100111001111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFF5; }

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

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

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

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

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

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

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

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