Html Css Color HEX #EDECFA Lavender

📋 copy color: '#EDECFA'

red 237 ◦ green 236 ◦ blue 250

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

Shades of Lavender #EDECFA

Tints of Lavender #EDECFA

RGB

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

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

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

R = 32.78%
G = 32.64%
B = 34.58%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDECFA (or 0xEDECFA) is known color: Lavender. HEX triplet: ED, EC and FA. RGB value is (237,236,250). Sum of RGB (Red+Green+Blue) = 237+236+250=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 236 (92.58% from 255 or 32.64% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECFA is #121305. Grayscale: #EDEDED. Windows color (decimal): -1184518 or 16444653. OLE color: 16444653.

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

Color convert

RGB 237 236 250 -
CMYK 0.05 0.06 0 0.02
HSL 244.29º 0.58% 0.95% -
HSV(B) 244.29º 0.06% 0.98% -
XYZ 82.18 84.9 102.5 -
YUV 237.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 237 236 250 0.05 0.06 0 0.02 244.29 0.58 0.95
Hex ED EC FA 5 6 0 2 F4 3A 5F
Octal 355 354 372 5 6 0 2 364 72 137
Binary 11101101 11101100 11111010 101 110 0 10 11110100 111010 1011111

Color Harmonies of #EDECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECFA

Black with #EDECFA

Text Example


Text Example

White with #EDECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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