Html Css Color HEX #ECAED4 Lavender Pink

📋 copy color: '#ECAED4'

red 236 ◦ green 174 ◦ blue 212

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

Shades of Lavender Pink #ECAED4

Tints of Lavender Pink #ECAED4

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.97%

 BLUE value IS 212 (83.2% from 255) = 34.08%

R = 37.94%
G = 27.97%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ECAED4 (or 0xECAED4) is known color: Lavender Pink. HEX triplet: EC, AE and D4. RGB value is (236,174,212). Sum of RGB (Red+Green+Blue) = 236+174+212=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAED4 is #13512B. Grayscale: #C4C4C4. Windows color (decimal): -1265964 or 13938412. OLE color: 13938412.

HSL color Cylindrical-coordinate representation of color #ECAED4: hue angle of 323.23º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAED4 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 174 212 -
CMYK 0 0.26 0.10 0.07
HSL 323.23º 0.62% 0.8% -
HSV(B) 323.23º 0.26% 0.93% -
XYZ 61.61 52.86 69.24 -
YUV 196.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 236 174 212 0 0.26 0.10 0.07 323.23 0.62 0.8
Hex EC AE D4 0 1A A 7 143 3E 50
Octal 354 256 324 0 32 12 7 503 76 120
Binary 11101100 10101110 11010100 0 11010 1010 111 101000011 111110 1010000

Color Harmonies of #ECAED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAED4

Black with #ECAED4

Text Example


Text Example

White with #ECAED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAED4; }

 p { color: rgb(236,174,212); }

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

background-color css

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

 a { background-color: rgb(236,174,212); }

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

border-color css

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

 span { border-color: rgb(236,174,212); }

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