Html Css Color HEX #EDECFF Lavender

📋 copy color: '#EDECFF'

red 237 ◦ green 236 ◦ blue 255

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

Shades of Lavender #EDECFF

Tints of Lavender #EDECFF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 32.42%

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

R = 32.55%
G = 32.42%
B = 35.03%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDECFF (or 0xEDECFF) is known color: Lavender. HEX triplet: ED, EC and FF. RGB value is (237,236,255). Sum of RGB (Red+Green+Blue) = 237+236+255=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 236 (92.58% from 255 or 32.42% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECFF is #121300. Grayscale: #EEEEEE. Windows color (decimal): -1184513 or 16772333. OLE color: 16772333.

HSL color Cylindrical-coordinate representation of color #EDECFF: hue angle of 243.16º 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 #EDECFF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 236 255 -
CMYK 0.07 0.07 0 0
HSL 243.16º 1% 0.96% -
HSV(B) 243.16º 0.07% 1% -
XYZ 82.97 85.22 106.68 -
YUV 238.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 237 236 255 0.07 0.07 0 0 243.16 1 0.96
Hex ED EC FF 7 7 0 0 F3 64 60
Octal 355 354 377 7 7 0 0 363 144 140
Binary 11101101 11101100 11111111 111 111 0 0 11110011 1100100 1100000

Color Harmonies of #EDECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECFF

Black with #EDECFF

Text Example


Text Example

White with #EDECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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