Html Css Color HEX #DBE1FE Lavender

📋 copy color: '#DBE1FE'

red 219 ◦ green 225 ◦ blue 254

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

Shades of Lavender #DBE1FE

Tints of Lavender #DBE1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.23%

 BLUE value IS 254 (99.61% from 255) = 36.39%

R = 31.38%
G = 32.23%
B = 36.39%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBE1FE (or 0xDBE1FE) is known color: Lavender. HEX triplet: DB, E1 and FE. RGB value is (219,225,254). Sum of RGB (Red+Green+Blue) = 219+225+254=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE1FE is #241E01. Grayscale: #E2E2E2. Windows color (decimal): -2366978 or 16703963. OLE color: 16703963.

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

Color convert

RGB 219 225 254 -
CMYK 0.14 0.11 0 0.00
HSL 229.71º 0.95% 0.93% -
HSV(B) 229.71º 0.14% 1% -
XYZ 74.03 76.07 104.55 -
YUV 226.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 219 225 254 0.14 0.11 0 0.00 229.71 0.95 0.93
Hex DB E1 FE E B 0 0 E6 5F 5D
Octal 333 341 376 16 13 0 0 346 137 135
Binary 11011011 11100001 11111110 1110 1011 0 0 11100110 1011111 1011101

Color Harmonies of #DBE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE1FE

Black with #DBE1FE

Text Example


Text Example

White with #DBE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE1FE; }

 p { color: rgb(219,225,254); }

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

background-color css

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

 a { background-color: rgb(219,225,254); }

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

border-color css

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

 span { border-color: rgb(219,225,254); }

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