Html Css Color HEX #ECB0D6 Lavender Pink

📋 copy color: '#ECB0D6'

red 236 ◦ green 176 ◦ blue 214

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

Shades of Lavender Pink #ECB0D6

Tints of Lavender Pink #ECB0D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.19%

R = 37.7%
G = 28.12%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECB0D6 (or 0xECB0D6) is known color: Lavender Pink. HEX triplet: EC, B0 and D6. RGB value is (236,176,214). Sum of RGB (Red+Green+Blue) = 236+176+214=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0D6 is #134F29. Grayscale: #C6C6C6. Windows color (decimal): -1265450 or 14069996. OLE color: 14069996.

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

Color convert

RGB 236 176 214 -
CMYK 0 0.25 0.09 0.07
HSL 322º 0.61% 0.81% -
HSV(B) 322º 0.25% 0.93% -
XYZ 62.26 53.74 70.71 -
YUV 198.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 236 176 214 0 0.25 0.09 0.07 322 0.61 0.81
Hex EC B0 D6 0 19 9 7 142 3D 51
Octal 354 260 326 0 31 11 7 502 75 121
Binary 11101100 10110000 11010110 0 11001 1001 111 101000010 111101 1010001

Color Harmonies of #ECB0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0D6

Black with #ECB0D6

Text Example


Text Example

White with #ECB0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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