Html Css Color HEX #EDB0CC Lavender Pink

📋 copy color: '#EDB0CC'

red 237 ◦ green 176 ◦ blue 204

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

Shades of Lavender Pink #EDB0CC

Tints of Lavender Pink #EDB0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.53%

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

R = 38.41%
G = 28.53%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDB0CC (or 0xEDB0CC) is known color: Lavender Pink. HEX triplet: ED, B0 and CC. RGB value is (237,176,204). Sum of RGB (Red+Green+Blue) = 237+176+204=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0CC is #124F33. Grayscale: #C5C5C5. Windows color (decimal): -1199924 or 13414637. OLE color: 13414637.

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

Color convert

RGB 237 176 204 -
CMYK 0 0.26 0.14 0.07
HSL 332.46º 0.63% 0.81% -
HSV(B) 332.46º 0.26% 0.93% -
XYZ 61.35 53.41 64.2 -
YUV 197.43 131.71 156.22 -
System Red Green Blue C M Y K H S L
Decimal 237 176 204 0 0.26 0.14 0.07 332.46 0.63 0.81
Hex ED B0 CC 0 1A E 7 14C 3F 51
Octal 355 260 314 0 32 16 7 514 77 121
Binary 11101101 10110000 11001100 0 11010 1110 111 101001100 111111 1010001

Color Harmonies of #EDB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0CC

Black with #EDB0CC

Text Example


Text Example

White with #EDB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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