Html Css Color HEX #DEE3F7 Lavender

📋 copy color: '#DEE3F7'

red 222 ◦ green 227 ◦ blue 247

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

Shades of Lavender #DEE3F7

Tints of Lavender #DEE3F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.49%

R = 31.9%
G = 32.61%
B = 35.49%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DEE3F7 (or 0xDEE3F7) is known color: Lavender. HEX triplet: DE, E3 and F7. RGB value is (222,227,247). Sum of RGB (Red+Green+Blue) = 222+227+247=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 227 (89.06% from 255 or 32.61% from 696); Blue value is 247 (96.88% from 255 or 35.49% from 696); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEE3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE3F7 is #211C08. Grayscale: #E3E3E3. Windows color (decimal): -2169865 or 16245726. OLE color: 16245726.

HSL color Cylindrical-coordinate representation of color #DEE3F7: hue angle of 228º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEE3F7 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 227 247 -
CMYK 0.10 0.08 0 0.03
HSL 228º 0.61% 0.92% -
HSV(B) 228º 0.1% 0.97% -
XYZ 74.38 77.18 98.97 -
YUV 227.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 222 227 247 0.10 0.08 0 0.03 228 0.61 0.92
Hex DE E3 F7 A 8 0 3 E4 3D 5C
Octal 336 343 367 12 10 0 3 344 75 134
Binary 11011110 11100011 11110111 1010 1000 0 11 11100100 111101 1011100

Color Harmonies of #DEE3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE3F7

Black with #DEE3F7

Text Example


Text Example

White with #DEE3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE3F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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