Html Css Color HEX #EDA4CE Lavender Pink

📋 copy color: '#EDA4CE'

red 237 ◦ green 164 ◦ blue 206

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

Shades of Lavender Pink #EDA4CE

Tints of Lavender Pink #EDA4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.02%

 BLUE value IS 206 (80.86% from 255) = 33.94%

R = 39.04%
G = 27.02%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDA4CE (or 0xEDA4CE) is known color: Lavender Pink. HEX triplet: ED, A4 and CE. RGB value is (237,164,206). Sum of RGB (Red+Green+Blue) = 237+164+206=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4CE is #125B31. Grayscale: #BEBEBE. Windows color (decimal): -1202994 or 13542637. OLE color: 13542637.

HSL color Cylindrical-coordinate representation of color #EDA4CE: hue angle of 325.48º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA4CE is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 206 -
CMYK 0 0.31 0.13 0.07
HSL 325.48º 0.67% 0.79% -
HSV(B) 325.48º 0.31% 0.93% -
XYZ 59.34 49.01 64.73 -
YUV 190.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 237 164 206 0 0.31 0.13 0.07 325.48 0.67 0.79
Hex ED A4 CE 0 1F D 7 145 43 4F
Octal 355 244 316 0 37 15 7 505 103 117
Binary 11101101 10100100 11001110 0 11111 1101 111 101000101 1000011 1001111

Color Harmonies of #EDA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA4CE

Black with #EDA4CE

Text Example


Text Example

White with #EDA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA4CE; }

 p { color: rgb(237,164,206); }

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

background-color css

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

 a { background-color: rgb(237,164,206); }

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

border-color css

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

 span { border-color: rgb(237,164,206); }

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