Html Css Color HEX #EDB1CF Lavender Pink

📋 copy color: '#EDB1CF'

red 237 ◦ green 177 ◦ blue 207

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

Shades of Lavender Pink #EDB1CF

Tints of Lavender Pink #EDB1CF

RGB

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

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

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

R = 38.16%
G = 28.5%
B = 33.33%

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

#EDB1CF (or 0xEDB1CF) is known color: Lavender Pink. HEX triplet: ED, B1 and CF. RGB value is (237,177,207). Sum of RGB (Red+Green+Blue) = 237+177+207=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1CF is #124E30. Grayscale: #C6C6C6. Windows color (decimal): -1199665 or 13611501. OLE color: 13611501.

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

Color convert

RGB 237 177 207 -
CMYK 0 0.25 0.13 0.07
HSL 330º 0.63% 0.81% -
HSV(B) 330º 0.25% 0.93% -
XYZ 61.91 53.95 66.18 -
YUV 198.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 237 177 207 0 0.25 0.13 0.07 330 0.63 0.81
Hex ED B1 CF 0 19 D 7 14A 3E 51
Octal 355 261 317 0 31 15 7 512 76 121
Binary 11101101 10110001 11001111 0 11001 1101 111 101001010 111110 1010001

Color Harmonies of #EDB1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1CF

Black with #EDB1CF

Text Example


Text Example

White with #EDB1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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