Html Css Color HEX #EDA7CC Lavender Pink

📋 copy color: '#EDA7CC'

red 237 ◦ green 167 ◦ blue 204

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

Shades of Lavender Pink #EDA7CC

Tints of Lavender Pink #EDA7CC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.47%

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

R = 38.98%
G = 27.47%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDA7CC (or 0xEDA7CC) is known color: Lavender Pink. HEX triplet: ED, A7 and CC. RGB value is (237,167,204). Sum of RGB (Red+Green+Blue) = 237+167+204=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7CC is #125833. Grayscale: #C0C0C0. Windows color (decimal): -1202228 or 13412333. OLE color: 13412333.

HSL color Cylindrical-coordinate representation of color #EDA7CC: hue angle of 328.29º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA7CC is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 167 204 -
CMYK 0 0.30 0.14 0.07
HSL 328.29º 0.66% 0.79% -
HSV(B) 328.29º 0.3% 0.93% -
XYZ 59.64 50 63.63 -
YUV 192.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 237 167 204 0 0.30 0.14 0.07 328.29 0.66 0.79
Hex ED A7 CC 0 1E E 7 148 42 4F
Octal 355 247 314 0 36 16 7 510 102 117
Binary 11101101 10100111 11001100 0 11110 1110 111 101001000 1000010 1001111

Color Harmonies of #EDA7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA7CC

Black with #EDA7CC

Text Example


Text Example

White with #EDA7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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