#DBE0FA

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

Shades of Quartz #DBE0FA

Tints of Quartz #DBE0FA

Color information

#DBE0FA (or 0xDBE0FA) is unknown color: approx Quartz. HEX triplet: DB, E0 and FA. RGB value is (219,224,250). Sum of RGB (Red+Green+Blue) = 219+224+250=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 224 (87.89% from 255 or 32.32% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBE0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0FA is #241F05. Grayscale: #E1E1E1. Windows color (decimal): -2367238 or 16441563. OLE color: 16441563.

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

Color convert

RGB219224250-
CMYK0.120.1000.02
HSL230.32º75.61%91.96%-
HSV(B)230.32º12.4%98.04%-
XYZ73.1275.27101.12-
YUV225.47141.84123.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.60%
GREEN value IS 224 (87.89% from 255) = 32.32%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=31.60%
G=32.32%
B=36.08%

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
Decimal2192242500.120.1000.02230.3275.6191.96
HexDBE0FACA02e64c5c
Octal333340372141202346114134
Binary110110111110000011111010110010100101110011010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0FA; }

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

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

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

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

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

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

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

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