#DBE0FB

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

Shades of Quartz #DBE0FB

Tints of Quartz #DBE0FB

Color information

#DBE0FB (or 0xDBE0FB) is unknown color: approx Quartz. HEX triplet: DB, E0 and FB. RGB value is (219,224,251). Sum of RGB (Red+Green+Blue) = 219+224+251=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 224 (87.89% from 255 or 32.28% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBE0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0FB is #241F04. Grayscale: #E1E1E1. Windows color (decimal): -2367237 or 16507099. OLE color: 16507099.

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

Color convert

RGB219224251-
CMYK0.130.1100.02
HSL230.62º80%92.16%-
HSV(B)230.62º12.75%98.43%-
XYZ73.2875.34101.95-
YUV225.58142.34123.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.56%
GREEN value IS 224 (87.89% from 255) = 32.28%
BLUE value IS 251 (98.44% from 255) = 36.17%
R=31.56%
G=32.28%
B=36.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192242510.130.1100.02230.628092.16
HexDBE0FBDB02e7505c
Octal333340373151302347120134
Binary110110111110000011111011110110110101110011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0FB; }

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

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

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

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

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

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

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

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