Html Css Color HEX #DEE3FE Lavender

📋 copy color: '#DEE3FE'

red 222 ◦ green 227 ◦ blue 254

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

Shades of Lavender #DEE3FE

Tints of Lavender #DEE3FE

RGB

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

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

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

R = 31.58%
G = 32.29%
B = 36.13%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DEE3FE (or 0xDEE3FE) is known color: Lavender. HEX triplet: DE, E3 and FE. RGB value is (222,227,254). Sum of RGB (Red+Green+Blue) = 222+227+254=703 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.58% from 703); Green value is 227 (89.06% from 255 or 32.29% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEE3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE3FE is #211C01. Grayscale: #E4E4E4. Windows color (decimal): -2169858 or 16704478. OLE color: 16704478.

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

Color convert

RGB 222 227 254 -
CMYK 0.13 0.11 0 0.00
HSL 230.63º 0.94% 0.93% -
HSV(B) 230.63º 0.13% 1% -
XYZ 75.48 77.62 104.77 -
YUV 228.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 222 227 254 0.13 0.11 0 0.00 230.63 0.94 0.93
Hex DE E3 FE D B 0 0 E7 5E 5D
Octal 336 343 376 15 13 0 0 347 136 135
Binary 11011110 11100011 11111110 1101 1011 0 0 11100111 1011110 1011101

Color Harmonies of #DEE3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE3FE

Black with #DEE3FE

Text Example


Text Example

White with #DEE3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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