Html Css Color HEX #EEEDFD Lavender

📋 copy color: '#EEEDFD'

red 238 ◦ green 237 ◦ blue 253

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

Shades of Lavender #EEEDFD

Tints of Lavender #EEEDFD

RGB

 RED value IS 238 (93.36% from 255) = 32.69%

 GREEN value IS 237 (92.97% from 255) = 32.55%

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

R = 32.69%
G = 32.55%
B = 34.75%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEEDFD (or 0xEEEDFD) is known color: Lavender. HEX triplet: EE, ED and FD. RGB value is (238,237,253). Sum of RGB (Red+Green+Blue) = 238+237+253=728 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.69% from 728); Green value is 237 (92.97% from 255 or 32.55% from 728); Blue value is 253 (99.22% from 255 or 34.75% from 728); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDFD is #111202. Grayscale: #EFEFEF. Windows color (decimal): -1118723 or 16641518. OLE color: 16641518.

HSL color Cylindrical-coordinate representation of color #EEEDFD: hue angle of 243.75º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEEDFD is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 237 253 -
CMYK 0.06 0.06 0 0.01
HSL 243.75º 0.8% 0.96% -
HSV(B) 243.75º 0.06% 0.99% -
XYZ 83.27 85.84 105.11 -
YUV 239.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 238 237 253 0.06 0.06 0 0.01 243.75 0.8 0.96
Hex EE ED FD 6 6 0 1 F4 50 60
Octal 356 355 375 6 6 0 1 364 120 140
Binary 11101110 11101101 11111101 110 110 0 1 11110100 1010000 1100000

Color Harmonies of #EEEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEDFD

Black with #EEEDFD

Text Example


Text Example

White with #EEEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEDFD; }

 p { color: rgb(238,237,253); }

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

background-color css

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

 a { background-color: rgb(238,237,253); }

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

border-color css

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

 span { border-color: rgb(238,237,253); }

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