Html Css Color HEX #ECB0CD Lavender Pink

📋 copy color: '#ECB0CD'

red 236 ◦ green 176 ◦ blue 205

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

Shades of Lavender Pink #ECB0CD

Tints of Lavender Pink #ECB0CD

RGB

 RED value IS 236 (92.58% from 255) = 38.25%

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

 BLUE value IS 205 (80.47% from 255) = 33.23%

R = 38.25%
G = 28.53%
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

#ECB0CD (or 0xECB0CD) is known color: Lavender Pink. HEX triplet: EC, B0 and CD. RGB value is (236,176,205). Sum of RGB (Red+Green+Blue) = 236+176+205=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0CD is #134F32. Grayscale: #C5C5C5. Windows color (decimal): -1265459 or 13480172. OLE color: 13480172.

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

Color convert

RGB 236 176 205 -
CMYK 0 0.25 0.13 0.07
HSL 331º 0.61% 0.81% -
HSV(B) 331º 0.25% 0.93% -
XYZ 61.14 53.29 64.82 -
YUV 197.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 236 176 205 0 0.25 0.13 0.07 331 0.61 0.81
Hex EC B0 CD 0 19 D 7 14B 3D 51
Octal 354 260 315 0 31 15 7 513 75 121
Binary 11101100 10110000 11001101 0 11001 1101 111 101001011 111101 1010001

Color Harmonies of #ECB0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0CD

Black with #ECB0CD

Text Example


Text Example

White with #ECB0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0CD; }

 p { color: rgb(236,176,205); }

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

background-color css

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

 a { background-color: rgb(236,176,205); }

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

border-color css

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

 span { border-color: rgb(236,176,205); }

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