Html Css Color HEX #EDEFFF Lavender

📋 copy color: '#EDEFFF'

red 237 ◦ green 239 ◦ blue 255

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

Shades of Lavender #EDEFFF

Tints of Lavender #EDEFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34.88%

R = 32.42%
G = 32.69%
B = 34.88%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDEFFF (or 0xEDEFFF) is known color: Lavender. HEX triplet: ED, EF and FF. RGB value is (237,239,255). Sum of RGB (Red+Green+Blue) = 237+239+255=731 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.42% from 731); Green value is 239 (93.75% from 255 or 32.69% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDEFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFFF is #121000. Grayscale: #F0F0F0. Windows color (decimal): -1183745 or 16773101. OLE color: 16773101.

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

Color convert

RGB 237 239 255 -
CMYK 0.07 0.06 0 0
HSL 233.33º 1% 0.96% -
HSV(B) 233.33º 0.07% 1% -
XYZ 83.84 86.96 106.97 -
YUV 240.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 237 239 255 0.07 0.06 0 0 233.33 1 0.96
Hex ED EF FF 7 6 0 0 E9 64 60
Octal 355 357 377 7 6 0 0 351 144 140
Binary 11101101 11101111 11111111 111 110 0 0 11101001 1100100 1100000

Color Harmonies of #EDEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFFF

Black with #EDEFFF

Text Example


Text Example

White with #EDEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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