Html Css Color HEX #ECB1CF Lavender Pink

📋 copy color: '#ECB1CF'

red 236 ◦ green 177 ◦ blue 207

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

Shades of Lavender Pink #ECB1CF

Tints of Lavender Pink #ECB1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.39%

R = 38.06%
G = 28.55%
B = 33.39%

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

#ECB1CF (or 0xECB1CF) is known color: Lavender Pink. HEX triplet: EC, B1 and CF. RGB value is (236,177,207). Sum of RGB (Red+Green+Blue) = 236+177+207=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1CF is #134E30. Grayscale: #C6C6C6. Windows color (decimal): -1265201 or 13611500. OLE color: 13611500.

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

Color convert

RGB 236 177 207 -
CMYK 0 0.25 0.12 0.07
HSL 329.49º 0.61% 0.81% -
HSV(B) 329.49º 0.25% 0.93% -
XYZ 61.58 53.78 66.17 -
YUV 198.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 236 177 207 0 0.25 0.12 0.07 329.49 0.61 0.81
Hex EC B1 CF 0 19 C 7 149 3D 51
Octal 354 261 317 0 31 14 7 511 75 121
Binary 11101100 10110001 11001111 0 11001 1100 111 101001001 111101 1010001

Color Harmonies of #ECB1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB1CF

Black with #ECB1CF

Text Example


Text Example

White with #ECB1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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