Html Css Color HEX #DEE3F9 Lavender

📋 copy color: '#DEE3F9'

red 222 ◦ green 227 ◦ blue 249

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

Shades of Lavender #DEE3F9

Tints of Lavender #DEE3F9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.52%

 BLUE value IS 249 (97.66% from 255) = 35.67%

R = 31.81%
G = 32.52%
B = 35.67%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEE3F9 (or 0xDEE3F9) is known color: Lavender. HEX triplet: DE, E3 and F9. RGB value is (222,227,249). Sum of RGB (Red+Green+Blue) = 222+227+249=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 227 (89.06% from 255 or 32.52% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEE3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE3F9 is #211C06. Grayscale: #E3E3E3. Windows color (decimal): -2169863 or 16376798. OLE color: 16376798.

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

Color convert

RGB 222 227 249 -
CMYK 0.11 0.09 0 0.02
HSL 228.89º 0.69% 0.92% -
HSV(B) 228.89º 0.11% 0.98% -
XYZ 74.69 77.31 100.61 -
YUV 228.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 222 227 249 0.11 0.09 0 0.02 228.89 0.69 0.92
Hex DE E3 F9 B 9 0 2 E5 45 5C
Octal 336 343 371 13 11 0 2 345 105 134
Binary 11011110 11100011 11111001 1011 1001 0 10 11100101 1000101 1011100

Color Harmonies of #DEE3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE3F9

Black with #DEE3F9

Text Example


Text Example

White with #DEE3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE3F9; }

 p { color: rgb(222,227,249); }

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

background-color css

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

 a { background-color: rgb(222,227,249); }

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

border-color css

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

 span { border-color: rgb(222,227,249); }

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