Html Css Color HEX #EDA5CF Lavender Pink

📋 copy color: '#EDA5CF'

red 237 ◦ green 165 ◦ blue 207

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

Shades of Lavender Pink #EDA5CF

Tints of Lavender Pink #EDA5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.09%

 BLUE value IS 207 (81.25% from 255) = 33.99%

R = 38.92%
G = 27.09%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDA5CF (or 0xEDA5CF) is known color: Lavender Pink. HEX triplet: ED, A5 and CF. RGB value is (237,165,207). Sum of RGB (Red+Green+Blue) = 237+165+207=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5CF is #125A30. Grayscale: #BFBFBF. Windows color (decimal): -1202737 or 13608429. OLE color: 13608429.

HSL color Cylindrical-coordinate representation of color #EDA5CF: hue angle of 325º degrees, saturation: 0.67, 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 #EDA5CF is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 165 207 -
CMYK 0 0.30 0.13 0.07
HSL 325º 0.67% 0.79% -
HSV(B) 325º 0.3% 0.93% -
XYZ 59.64 49.42 65.43 -
YUV 191.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 237 165 207 0 0.30 0.13 0.07 325 0.67 0.79
Hex ED A5 CF 0 1E D 7 145 43 4F
Octal 355 245 317 0 36 15 7 505 103 117
Binary 11101101 10100101 11001111 0 11110 1101 111 101000101 1000011 1001111

Color Harmonies of #EDA5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA5CF

Black with #EDA5CF

Text Example


Text Example

White with #EDA5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA5CF; }

 p { color: rgb(237,165,207); }

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

background-color css

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

 a { background-color: rgb(237,165,207); }

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

border-color css

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

 span { border-color: rgb(237,165,207); }

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