Html Css Color HEX #EDABCE Lavender Pink

📋 copy color: '#EDABCE'

red 237 ◦ green 171 ◦ blue 206

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

Shades of Lavender Pink #EDABCE

Tints of Lavender Pink #EDABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.85%

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

R = 38.6%
G = 27.85%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDABCE (or 0xEDABCE) is known color: Lavender Pink. HEX triplet: ED, AB and CE. RGB value is (237,171,206). Sum of RGB (Red+Green+Blue) = 237+171+206=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABCE is #125431. Grayscale: #C2C2C2. Windows color (decimal): -1201202 or 13544429. OLE color: 13544429.

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

Color convert

RGB 237 171 206 -
CMYK 0 0.28 0.13 0.07
HSL 328.18º 0.65% 0.8% -
HSV(B) 328.18º 0.28% 0.93% -
XYZ 60.63 51.59 65.15 -
YUV 194.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 237 171 206 0 0.28 0.13 0.07 328.18 0.65 0.8
Hex ED AB CE 0 1C D 7 148 41 50
Octal 355 253 316 0 34 15 7 510 101 120
Binary 11101101 10101011 11001110 0 11100 1101 111 101001000 1000001 1010000

Color Harmonies of #EDABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDABCE

Black with #EDABCE

Text Example


Text Example

White with #EDABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDABCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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