Html Css Color HEX #ECB1D5 Lavender Pink

📋 copy color: '#ECB1D5'

red 236 ◦ green 177 ◦ blue 213

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

Shades of Lavender Pink #ECB1D5

Tints of Lavender Pink #ECB1D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.03%

R = 37.7%
G = 28.27%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ECB1D5 (or 0xECB1D5) is known color: Lavender Pink. HEX triplet: EC, B1 and D5. RGB value is (236,177,213). Sum of RGB (Red+Green+Blue) = 236+177+213=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 177 (69.53% from 255 or 28.27% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1D5 is #134E2A. Grayscale: #C6C6C6. Windows color (decimal): -1265195 or 14004716. OLE color: 14004716.

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

Color convert

RGB 236 177 213 -
CMYK 0 0.25 0.10 0.07
HSL 323.39º 0.61% 0.81% -
HSV(B) 323.39º 0.25% 0.93% -
XYZ 62.32 54.08 70.1 -
YUV 198.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 236 177 213 0 0.25 0.10 0.07 323.39 0.61 0.81
Hex EC B1 D5 0 19 A 7 143 3D 51
Octal 354 261 325 0 31 12 7 503 75 121
Binary 11101100 10110001 11010101 0 11001 1010 111 101000011 111101 1010001

Color Harmonies of #ECB1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB1D5

Black with #ECB1D5

Text Example


Text Example

White with #ECB1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB1D5; }

 p { color: rgb(236,177,213); }

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

background-color css

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

 a { background-color: rgb(236,177,213); }

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

border-color css

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

 span { border-color: rgb(236,177,213); }

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