Html Css Color HEX #EDEEF8 Lavender

📋 copy color: '#EDEEF8'

red 237 ◦ green 238 ◦ blue 248

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

Shades of Lavender #EDEEF8

Tints of Lavender #EDEEF8

RGB

 RED value IS 237 (92.97% from 255) = 32.78%

 GREEN value IS 238 (93.36% from 255) = 32.92%

 BLUE value IS 248 (97.27% from 255) = 34.3%

R = 32.78%
G = 32.92%
B = 34.3%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EDEEF8 (or 0xEDEEF8) is known color: Lavender. HEX triplet: ED, EE and F8. RGB value is (237,238,248). Sum of RGB (Red+Green+Blue) = 237+238+248=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 238 (93.36% from 255 or 32.92% from 723); Blue value is 248 (97.27% from 255 or 34.30% from 723); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDEEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEF8 is #121107. Grayscale: #EEEEEE. Windows color (decimal): -1184008 or 16314093. OLE color: 16314093.

HSL color Cylindrical-coordinate representation of color #EDEEF8: hue angle of 234.55º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDEEF8 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 238 248 -
CMYK 0.04 0.04 0 0.03
HSL 234.55º 0.44% 0.95% -
HSV(B) 234.55º 0.04% 0.97% -
XYZ 82.44 85.93 101.05 -
YUV 238.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 237 238 248 0.04 0.04 0 0.03 234.55 0.44 0.95
Hex ED EE F8 4 4 0 3 EB 2C 5F
Octal 355 356 370 4 4 0 3 353 54 137
Binary 11101101 11101110 11111000 100 100 0 11 11101011 101100 1011111

Color Harmonies of #EDEEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEF8

Black with #EDEEF8

Text Example


Text Example

White with #EDEEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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