Html Css Color HEX #DEE4FA Lavender

📋 copy color: '#DEE4FA'

red 222 ◦ green 228 ◦ blue 250

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

Shades of Lavender #DEE4FA

Tints of Lavender #DEE4FA

RGB

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

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

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

R = 31.71%
G = 32.57%
B = 35.71%

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

#DEE4FA (or 0xDEE4FA) is known color: Lavender. HEX triplet: DE, E4 and FA. RGB value is (222,228,250). Sum of RGB (Red+Green+Blue) = 222+228+250=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 228 (89.45% from 255 or 32.57% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4FA is #211B05. Grayscale: #E4E4E4. Windows color (decimal): -2169606 or 16442590. OLE color: 16442590.

HSL color Cylindrical-coordinate representation of color #DEE4FA: hue angle of 227.14º 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 #DEE4FA is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 228 250 -
CMYK 0.11 0.09 0 0.02
HSL 227.14º 0.74% 0.93% -
HSV(B) 227.14º 0.11% 0.98% -
XYZ 75.12 77.92 101.52 -
YUV 228.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 222 228 250 0.11 0.09 0 0.02 227.14 0.74 0.93
Hex DE E4 FA B 9 0 2 E3 4A 5D
Octal 336 344 372 13 11 0 2 343 112 135
Binary 11011110 11100100 11111010 1011 1001 0 10 11100011 1001010 1011101

Color Harmonies of #DEE4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE4FA

Black with #DEE4FA

Text Example


Text Example

White with #DEE4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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