Html Css Color HEX #DBE2FD Lavender

📋 copy color: '#DBE2FD'

red 219 ◦ green 226 ◦ blue 253

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

Shades of Lavender #DBE2FD

Tints of Lavender #DBE2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.25%

R = 31.38%
G = 32.38%
B = 36.25%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBE2FD (or 0xDBE2FD) is known color: Lavender. HEX triplet: DB, E2 and FD. RGB value is (219,226,253). Sum of RGB (Red+Green+Blue) = 219+226+253=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2FD is #241D02. Grayscale: #E2E2E2. Windows color (decimal): -2366723 or 16638683. OLE color: 16638683.

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

Color convert

RGB 219 226 253 -
CMYK 0.13 0.11 0 0.01
HSL 227.65º 0.89% 0.93% -
HSV(B) 227.65º 0.13% 0.99% -
XYZ 74.14 76.54 103.8 -
YUV 226.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 219 226 253 0.13 0.11 0 0.01 227.65 0.89 0.93
Hex DB E2 FD D B 0 1 E4 59 5D
Octal 333 342 375 15 13 0 1 344 131 135
Binary 11011011 11100010 11111101 1101 1011 0 1 11100100 1011001 1011101

Color Harmonies of #DBE2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE2FD

Black with #DBE2FD

Text Example


Text Example

White with #DBE2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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