Html Css Color HEX #EDB1CE Lavender Pink

📋 copy color: '#EDB1CE'

red 237 ◦ green 177 ◦ blue 206

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

Shades of Lavender Pink #EDB1CE

Tints of Lavender Pink #EDB1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.55%

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

R = 38.23%
G = 28.55%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDB1CE (or 0xEDB1CE) is known color: Lavender Pink. HEX triplet: ED, B1 and CE. RGB value is (237,177,206). Sum of RGB (Red+Green+Blue) = 237+177+206=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1CE is #124E31. Grayscale: #C6C6C6. Windows color (decimal): -1199666 or 13545965. OLE color: 13545965.

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

Color convert

RGB 237 177 206 -
CMYK 0 0.25 0.13 0.07
HSL 331º 0.63% 0.81% -
HSV(B) 331º 0.25% 0.93% -
XYZ 61.79 53.91 65.54 -
YUV 198.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 237 177 206 0 0.25 0.13 0.07 331 0.63 0.81
Hex ED B1 CE 0 19 D 7 14B 3E 51
Octal 355 261 316 0 31 15 7 513 76 121
Binary 11101101 10110001 11001110 0 11001 1101 111 101001011 111110 1010001

Color Harmonies of #EDB1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1CE

Black with #EDB1CE

Text Example


Text Example

White with #EDB1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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