Html Css Color HEX #ECEDF4 Lavender

📋 copy color: '#ECEDF4'

red 236 ◦ green 237 ◦ blue 244

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

Shades of Lavender #ECEDF4

Tints of Lavender #ECEDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 34.03%

R = 32.91%
G = 33.05%
B = 34.03%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ECEDF4 (or 0xECEDF4) is known color: Lavender. HEX triplet: EC, ED and F4. RGB value is (236,237,244). Sum of RGB (Red+Green+Blue) = 236+237+244=717 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.91% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECEDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDF4 is #13120B. Grayscale: #EDEDED. Windows color (decimal): -1249804 or 16051692. OLE color: 16051692.

HSL color Cylindrical-coordinate representation of color #ECEDF4: hue angle of 232.5º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECEDF4 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 237 244 -
CMYK 0.03 0.03 0 0.04
HSL 232.5º 0.27% 0.94% -
HSV(B) 232.5º 0.03% 0.96% -
XYZ 81.21 84.93 97.7 -
YUV 237.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 236 237 244 0.03 0.03 0 0.04 232.5 0.27 0.94
Hex EC ED F4 3 3 0 4 E8 1B 5E
Octal 354 355 364 3 3 0 4 350 33 136
Binary 11101100 11101101 11110100 11 11 0 100 11101000 11011 1011110

Color Harmonies of #ECEDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEDF4

Black with #ECEDF4

Text Example


Text Example

White with #ECEDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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