Html Css Color HEX #EDA4CC Lavender Pink

📋 copy color: '#EDA4CC'

red 237 ◦ green 164 ◦ blue 204

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

Shades of Lavender Pink #EDA4CC

Tints of Lavender Pink #EDA4CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.72%

R = 39.17%
G = 27.11%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDA4CC (or 0xEDA4CC) is known color: Lavender Pink. HEX triplet: ED, A4 and CC. RGB value is (237,164,204). Sum of RGB (Red+Green+Blue) = 237+164+204=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4CC is #125B33. Grayscale: #BEBEBE. Windows color (decimal): -1202996 or 13411565. OLE color: 13411565.

HSL color Cylindrical-coordinate representation of color #EDA4CC: hue angle of 327.12º 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 #EDA4CC is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 204 -
CMYK 0 0.31 0.14 0.07
HSL 327.12º 0.67% 0.79% -
HSV(B) 327.12º 0.31% 0.93% -
XYZ 59.1 48.92 63.45 -
YUV 190.39 135.68 161.25 -
System Red Green Blue C M Y K H S L
Decimal 237 164 204 0 0.31 0.14 0.07 327.12 0.67 0.79
Hex ED A4 CC 0 1F E 7 147 43 4F
Octal 355 244 314 0 37 16 7 507 103 117
Binary 11101101 10100100 11001100 0 11111 1110 111 101000111 1000011 1001111

Color Harmonies of #EDA4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA4CC

Black with #EDA4CC

Text Example


Text Example

White with #EDA4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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