Html Css Color HEX #ECEDFA Lavender

📋 copy color: '#ECEDFA'

red 236 ◦ green 237 ◦ blue 250

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

Shades of Lavender #ECEDFA

Tints of Lavender #ECEDFA

RGB

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

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

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

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

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECEDFA (or 0xECEDFA) is known color: Lavender. HEX triplet: EC, ED and FA. RGB value is (236,237,250). Sum of RGB (Red+Green+Blue) = 236+237+250=723 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.64% from 723); Green value is 237 (92.97% from 255 or 32.78% 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 #ECEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDFA is #131205. Grayscale: #EEEEEE. Windows color (decimal): -1249798 or 16444908. OLE color: 16444908.

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

Color convert

RGB 236 237 250 -
CMYK 0.06 0.05 0 0.02
HSL 235.71º 0.58% 0.95% -
HSV(B) 235.71º 0.06% 0.98% -
XYZ 82.13 85.3 102.58 -
YUV 238.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 236 237 250 0.06 0.05 0 0.02 235.71 0.58 0.95
Hex EC ED FA 6 5 0 2 EC 3A 5F
Octal 354 355 372 6 5 0 2 354 72 137
Binary 11101100 11101101 11111010 110 101 0 10 11101100 111010 1011111

Color Harmonies of #ECEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEDFA

Black with #ECEDFA

Text Example


Text Example

White with #ECEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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