Html Css Color HEX #ECB5D6 Lavender Pink

📋 copy color: '#ECB5D6'

red 236 ◦ green 181 ◦ blue 214

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

Shades of Lavender Pink #ECB5D6

Tints of Lavender Pink #ECB5D6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.68%

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

R = 37.4%
G = 28.68%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECB5D6 (or 0xECB5D6) is known color: Lavender Pink. HEX triplet: EC, B5 and D6. RGB value is (236,181,214). Sum of RGB (Red+Green+Blue) = 236+181+214=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5D6 is #134A29. Grayscale: #C9C9C9. Windows color (decimal): -1264170 or 14071276. OLE color: 14071276.

HSL color Cylindrical-coordinate representation of color #ECB5D6: hue angle of 324º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB5D6 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 181 214 -
CMYK 0 0.23 0.09 0.07
HSL 324º 0.59% 0.82% -
HSV(B) 324º 0.23% 0.93% -
XYZ 63.25 55.74 71.04 -
YUV 201.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 236 181 214 0 0.23 0.09 0.07 324 0.59 0.82
Hex EC B5 D6 0 17 9 7 144 3B 52
Octal 354 265 326 0 27 11 7 504 73 122
Binary 11101100 10110101 11010110 0 10111 1001 111 101000100 111011 1010010

Color Harmonies of #ECB5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB5D6

Black with #ECB5D6

Text Example


Text Example

White with #ECB5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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