#DBE2FF

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

Shades of Lavender #DBE2FF

Tints of Lavender #DBE2FF

Color information

#DBE2FF (or 0xDBE2FF) is unknown color: approx Lavender. HEX triplet: DB, E2 and FF. RGB value is (219,226,255). Sum of RGB (Red+Green+Blue) = 219+226+255=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2FF is #241D00. Grayscale: #E3E3E3. Windows color (decimal): -2366721 or 16769755. OLE color: 16769755.

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

Color convert

RGB219226255-
CMYK0.140.1100
HSL228.33º100%92.94%-
HSV(B)228.33º14.12%100%-
XYZ74.4676.67105.48-
YUV227.21143.68122.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.29%
GREEN value IS 226 (88.67% from 255) = 32.29%
BLUE value IS 255 (100% from 255) = 36.43%
R=31.29%
G=32.29%
B=36.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192262550.140.1100228.3310092.94
HexDBE2FFEB00e4645d
Octal333342377161300344144135
Binary11011011111000101111111111101011001110010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE2FF; }

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

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

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

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

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

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

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

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