Html Css Color HEX #EDEFFA Lavender

📋 copy color: '#EDEFFA'

red 237 ◦ green 239 ◦ blue 250

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

Shades of Lavender #EDEFFA

Tints of Lavender #EDEFFA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.92%

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

R = 32.64%
G = 32.92%
B = 34.44%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDEFFA (or 0xEDEFFA) is known color: Lavender. HEX triplet: ED, EF and FA. RGB value is (237,239,250). Sum of RGB (Red+Green+Blue) = 237+239+250=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 239 (93.75% from 255 or 32.92% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDEFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFFA is #121005. Grayscale: #EFEFEF. Windows color (decimal): -1183750 or 16445421. OLE color: 16445421.

HSL color Cylindrical-coordinate representation of color #EDEFFA: hue angle of 230.77º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDEFFA is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 239 250 -
CMYK 0.05 0.04 0 0.02
HSL 230.77º 0.57% 0.95% -
HSV(B) 230.77º 0.05% 0.98% -
XYZ 83.05 86.64 102.79 -
YUV 239.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 237 239 250 0.05 0.04 0 0.02 230.77 0.57 0.95
Hex ED EF FA 5 4 0 2 E7 39 5F
Octal 355 357 372 5 4 0 2 347 71 137
Binary 11101101 11101111 11111010 101 100 0 10 11100111 111001 1011111

Color Harmonies of #EDEFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFFA

Black with #EDEFFA

Text Example


Text Example

White with #EDEFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFFA; }

 p { color: rgb(237,239,250); }

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

background-color css

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

 a { background-color: rgb(237,239,250); }

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

border-color css

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

 span { border-color: rgb(237,239,250); }

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