Html Css Color HEX #ECB1D0 Lavender Pink

📋 copy color: '#ECB1D0'

red 236 ◦ green 177 ◦ blue 208

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

Shades of Lavender Pink #ECB1D0

Tints of Lavender Pink #ECB1D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.49%

R = 38%
G = 28.5%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ECB1D0 (or 0xECB1D0) is known color: Lavender Pink. HEX triplet: EC, B1 and D0. RGB value is (236,177,208). Sum of RGB (Red+Green+Blue) = 236+177+208=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1D0 is #134E2F. Grayscale: #C6C6C6. Windows color (decimal): -1265200 or 13677036. OLE color: 13677036.

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

Color convert

RGB 236 177 208 -
CMYK 0 0.25 0.12 0.07
HSL 328.47º 0.61% 0.81% -
HSV(B) 328.47º 0.25% 0.93% -
XYZ 61.7 53.83 66.81 -
YUV 198.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 236 177 208 0 0.25 0.12 0.07 328.47 0.61 0.81
Hex EC B1 D0 0 19 C 7 148 3D 51
Octal 354 261 320 0 31 14 7 510 75 121
Binary 11101100 10110001 11010000 0 11001 1100 111 101001000 111101 1010001

Color Harmonies of #ECB1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB1D0

Black with #ECB1D0

Text Example


Text Example

White with #ECB1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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