#DBE2FD

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

Shades of Lavender #DBE2FD

Tints of Lavender #DBE2FD

Color information

#DBE2FD (or 0xDBE2FD) is unknown color: approx Lavender. HEX triplet: DB, E2 and FD. RGB value is (219,226,253). Sum of RGB (Red+Green+Blue) = 219+226+253=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2FD is #241D02. Grayscale: #E2E2E2. Windows color (decimal): -2366723 or 16638683. OLE color: 16638683.

HSL color Cylindrical-coordinate representation of color #DBE2FD: hue angle of 227.65º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBE2FD is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219226253-
CMYK0.130.1100.01
HSL227.65º89.47%92.55%-
HSV(B)227.65º13.44%99.22%-
XYZ74.1476.54103.8-
YUV226.98142.68122.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.38%
GREEN value IS 226 (88.67% from 255) = 32.38%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=31.38%
G=32.38%
B=36.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192262530.130.1100.01227.6589.4792.55
HexDBE2FDDB01e4595d
Octal333342375151301344131135
Binary11011011111000101111110111011011011110010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE2FD; }

 p { color: rgb(219,226,253); }

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

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

 a { background-color: rgb(219,226,253); }

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

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

 span { border-color: rgb(219,226,253); }

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