Html Css Color HEX #EDA6CE Lavender Pink

📋 copy color: '#EDA6CE'

red 237 ◦ green 166 ◦ blue 206

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

Shades of Lavender Pink #EDA6CE

Tints of Lavender Pink #EDA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.26%

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

R = 38.92%
G = 27.26%
B = 33.83%

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

#EDA6CE (or 0xEDA6CE) is known color: Lavender Pink. HEX triplet: ED, A6 and CE. RGB value is (237,166,206). Sum of RGB (Red+Green+Blue) = 237+166+206=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6CE is #125931. Grayscale: #BFBFBF. Windows color (decimal): -1202482 or 13543149. OLE color: 13543149.

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

Color convert

RGB 237 166 206 -
CMYK 0 0.30 0.13 0.07
HSL 326.2º 0.66% 0.79% -
HSV(B) 326.2º 0.3% 0.93% -
XYZ 59.7 49.73 64.85 -
YUV 191.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 237 166 206 0 0.30 0.13 0.07 326.2 0.66 0.79
Hex ED A6 CE 0 1E D 7 146 42 4F
Octal 355 246 316 0 36 15 7 506 102 117
Binary 11101101 10100110 11001110 0 11110 1101 111 101000110 1000010 1001111

Color Harmonies of #EDA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA6CE

Black with #EDA6CE

Text Example


Text Example

White with #EDA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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