Html Css Color HEX #EDB1CC Lavender Pink

📋 copy color: '#EDB1CC'

red 237 ◦ green 177 ◦ blue 204

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

Shades of Lavender Pink #EDB1CC

Tints of Lavender Pink #EDB1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.01%

R = 38.35%
G = 28.64%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDB1CC (or 0xEDB1CC) is known color: Lavender Pink. HEX triplet: ED, B1 and CC. RGB value is (237,177,204). Sum of RGB (Red+Green+Blue) = 237+177+204=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1CC is #124E33. Grayscale: #C5C5C5. Windows color (decimal): -1199668 or 13414893. OLE color: 13414893.

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

Color convert

RGB 237 177 204 -
CMYK 0 0.25 0.14 0.07
HSL 333º 0.63% 0.81% -
HSV(B) 333º 0.25% 0.93% -
XYZ 61.55 53.81 64.27 -
YUV 198.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 237 177 204 0 0.25 0.14 0.07 333 0.63 0.81
Hex ED B1 CC 0 19 E 7 14D 3E 51
Octal 355 261 314 0 31 16 7 515 76 121
Binary 11101101 10110001 11001100 0 11001 1110 111 101001101 111110 1010001

Color Harmonies of #EDB1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1CC

Black with #EDB1CC

Text Example


Text Example

White with #EDB1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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