Html Css Color HEX #EDEAF8 Lavender

📋 copy color: '#EDEAF8'

red 237 ◦ green 234 ◦ blue 248

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

Shades of Lavender #EDEAF8

Tints of Lavender #EDEAF8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.55%

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

R = 32.96%
G = 32.55%
B = 34.49%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EDEAF8 (or 0xEDEAF8) is known color: Lavender. HEX triplet: ED, EA and F8. RGB value is (237,234,248). Sum of RGB (Red+Green+Blue) = 237+234+248=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 248 (97.27% from 255 or 34.49% from 719); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDEAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAF8 is #121507. Grayscale: #ECECEC. Windows color (decimal): -1185032 or 16313069. OLE color: 16313069.

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

Color convert

RGB 237 234 248 -
CMYK 0.04 0.06 0 0.03
HSL 252.86º 0.5% 0.95% -
HSV(B) 252.86º 0.06% 0.97% -
XYZ 81.29 83.63 100.66 -
YUV 236.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 237 234 248 0.04 0.06 0 0.03 252.86 0.5 0.95
Hex ED EA F8 4 6 0 3 FD 32 5F
Octal 355 352 370 4 6 0 3 375 62 137
Binary 11101101 11101010 11111000 100 110 0 11 11111101 110010 1011111

Color Harmonies of #EDEAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAF8

Black with #EDEAF8

Text Example


Text Example

White with #EDEAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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