Html Css Color HEX #DBE0FF Lavender

📋 copy color: '#DBE0FF'

red 219 ◦ green 224 ◦ blue 255

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

Shades of Lavender #DBE0FF

Tints of Lavender #DBE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.09%

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

R = 31.38%
G = 32.09%
B = 36.53%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBE0FF (or 0xDBE0FF) is known color: Lavender. HEX triplet: DB, E0 and FF. RGB value is (219,224,255). Sum of RGB (Red+Green+Blue) = 219+224+255=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 224 (87.89% from 255 or 32.09% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0FF is #241F00. Grayscale: #E1E1E1. Windows color (decimal): -2367233 or 16769243. OLE color: 16769243.

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

Color convert

RGB 219 224 255 -
CMYK 0.14 0.12 0 0
HSL 231.67º 1% 0.93% -
HSV(B) 231.67º 0.14% 1% -
XYZ 73.92 75.59 105.3 -
YUV 226.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 219 224 255 0.14 0.12 0 0 231.67 1 0.93
Hex DB E0 FF E C 0 0 E8 64 5D
Octal 333 340 377 16 14 0 0 350 144 135
Binary 11011011 11100000 11111111 1110 1100 0 0 11101000 1100100 1011101

Color Harmonies of #DBE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE0FF

Black with #DBE0FF

Text Example


Text Example

White with #DBE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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