Html Css Color HEX #ECB0CF Lavender Pink

📋 copy color: '#ECB0CF'

red 236 ◦ green 176 ◦ blue 207

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

Shades of Lavender Pink #ECB0CF

Tints of Lavender Pink #ECB0CF

RGB

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

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

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

R = 38.13%
G = 28.43%
B = 33.44%

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

#ECB0CF (or 0xECB0CF) is known color: Lavender Pink. HEX triplet: EC, B0 and CF. RGB value is (236,176,207). Sum of RGB (Red+Green+Blue) = 236+176+207=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0CF is #134F30. Grayscale: #C5C5C5. Windows color (decimal): -1265457 or 13611244. OLE color: 13611244.

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

Color convert

RGB 236 176 207 -
CMYK 0 0.25 0.12 0.07
HSL 329º 0.61% 0.81% -
HSV(B) 329º 0.25% 0.93% -
XYZ 61.38 53.39 66.1 -
YUV 197.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 236 176 207 0 0.25 0.12 0.07 329 0.61 0.81
Hex EC B0 CF 0 19 C 7 149 3D 51
Octal 354 260 317 0 31 14 7 511 75 121
Binary 11101100 10110000 11001111 0 11001 1100 111 101001001 111101 1010001

Color Harmonies of #ECB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0CF

Black with #ECB0CF

Text Example


Text Example

White with #ECB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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