Html Css Color HEX #DEE4FD Lavender

📋 copy color: '#DEE4FD'

red 222 ◦ green 228 ◦ blue 253

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

Shades of Lavender #DEE4FD

Tints of Lavender #DEE4FD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.43%

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

R = 31.58%
G = 32.43%
B = 35.99%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEE4FD (or 0xDEE4FD) is known color: Lavender. HEX triplet: DE, E4 and FD. RGB value is (222,228,253). Sum of RGB (Red+Green+Blue) = 222+228+253=703 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.58% from 703); Green value is 228 (89.45% from 255 or 32.43% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEE4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4FD is #211B02. Grayscale: #E4E4E4. Windows color (decimal): -2169603 or 16639198. OLE color: 16639198.

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

Color convert

RGB 222 228 253 -
CMYK 0.12 0.10 0 0.01
HSL 228.39º 0.89% 0.93% -
HSV(B) 228.39º 0.12% 0.99% -
XYZ 75.6 78.11 104.02 -
YUV 229.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 222 228 253 0.12 0.10 0 0.01 228.39 0.89 0.93
Hex DE E4 FD C A 0 1 E4 59 5D
Octal 336 344 375 14 12 0 1 344 131 135
Binary 11011110 11100100 11111101 1100 1010 0 1 11100100 1011001 1011101

Color Harmonies of #DEE4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE4FD

Black with #DEE4FD

Text Example


Text Example

White with #DEE4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE4FD; }

 p { color: rgb(222,228,253); }

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

background-color css

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

 a { background-color: rgb(222,228,253); }

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

border-color css

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

 span { border-color: rgb(222,228,253); }

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