Html Css Color HEX #DBE3FF Lavender

📋 copy color: '#DBE3FF'

red 219 ◦ green 227 ◦ blue 255

#DBE3FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender #DBE3FF

Tints of Lavender #DBE3FF

RGB

 RED value IS 219 (85.94% from 255) = 31.24%

 GREEN value IS 227 (89.06% from 255) = 32.38%

 BLUE value IS 255 (100% from 255) = 36.38%

R = 31.24%
G = 32.38%
B = 36.38%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBE3FF (or 0xDBE3FF) is known color: Lavender. HEX triplet: DB, E3 and FF. RGB value is (219,227,255). Sum of RGB (Red+Green+Blue) = 219+227+255=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 227 (89.06% from 255 or 32.38% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3FF is #241C00. Grayscale: #E3E3E3. Windows color (decimal): -2366465 or 16770011. OLE color: 16770011.

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

Color convert

RGB 219 227 255 -
CMYK 0.14 0.11 0 0
HSL 226.67º 1% 0.93% -
HSV(B) 226.67º 0.14% 1% -
XYZ 74.73 77.22 105.57 -
YUV 227.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 219 227 255 0.14 0.11 0 0 226.67 1 0.93
Hex DB E3 FF E B 0 0 E3 64 5D
Octal 333 343 377 16 13 0 0 343 144 135
Binary 11011011 11100011 11111111 1110 1011 0 0 11100011 1100100 1011101

Color Harmonies of #DBE3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE3FF

Black with #DBE3FF

Text Example


Text Example

White with #DBE3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE3FF; }

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

 H1.HeaderClassName
 {
   color: #DBE3FF;
 }
 .AnyTagClassName
 {
   color: #DBE3FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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