Html Css Color HEX #DEE2FA Lavender

📋 copy color: '#DEE2FA'

red 222 ◦ green 226 ◦ blue 250

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

Shades of Lavender #DEE2FA

Tints of Lavender #DEE2FA

RGB

 RED value IS 222 (87.11% from 255) = 31.81%

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

 BLUE value IS 250 (98.05% from 255) = 35.82%

R = 31.81%
G = 32.38%
B = 35.82%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEE2FA (or 0xDEE2FA) is known color: Lavender. HEX triplet: DE, E2 and FA. RGB value is (222,226,250). Sum of RGB (Red+Green+Blue) = 222+226+250=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2FA is #211D05. Grayscale: #E3E3E3. Windows color (decimal): -2170118 or 16442078. OLE color: 16442078.

HSL color Cylindrical-coordinate representation of color #DEE2FA: hue angle of 231.43º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEE2FA is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 226 250 -
CMYK 0.11 0.10 0 0.02
HSL 231.43º 0.74% 0.93% -
HSV(B) 231.43º 0.11% 0.98% -
XYZ 74.58 76.82 101.34 -
YUV 227.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 222 226 250 0.11 0.10 0 0.02 231.43 0.74 0.93
Hex DE E2 FA B A 0 2 E7 4A 5D
Octal 336 342 372 13 12 0 2 347 112 135
Binary 11011110 11100010 11111010 1011 1010 0 10 11100111 1001010 1011101

Color Harmonies of #DEE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE2FA

Black with #DEE2FA

Text Example


Text Example

White with #DEE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE2FA; }

 p { color: rgb(222,226,250); }

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

background-color css

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

 a { background-color: rgb(222,226,250); }

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

border-color css

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

 span { border-color: rgb(222,226,250); }

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