Html Css Color HEX #DBE2FE Lavender

📋 copy color: '#DBE2FE'

red 219 ◦ green 226 ◦ blue 254

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

Shades of Lavender #DBE2FE

Tints of Lavender #DBE2FE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.33%

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

R = 31.33%
G = 32.33%
B = 36.34%

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

#DBE2FE (or 0xDBE2FE) is known color: Lavender. HEX triplet: DB, E2 and FE. RGB value is (219,226,254). Sum of RGB (Red+Green+Blue) = 219+226+254=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2FE is #241D01. Grayscale: #E2E2E2. Windows color (decimal): -2366722 or 16704219. OLE color: 16704219.

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

Color convert

RGB 219 226 254 -
CMYK 0.14 0.11 0 0.00
HSL 228º 0.95% 0.93% -
HSV(B) 228º 0.14% 1% -
XYZ 74.3 76.61 104.64 -
YUV 227.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 219 226 254 0.14 0.11 0 0.00 228 0.95 0.93
Hex DB E2 FE E B 0 0 E4 5F 5D
Octal 333 342 376 16 13 0 0 344 137 135
Binary 11011011 11100010 11111110 1110 1011 0 0 11100100 1011111 1011101

Color Harmonies of #DBE2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE2FE

Black with #DBE2FE

Text Example


Text Example

White with #DBE2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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