Html Css Color HEX #ECB4CE Lavender Pink

📋 copy color: '#ECB4CE'

red 236 ◦ green 180 ◦ blue 206

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

Shades of Lavender Pink #ECB4CE

Tints of Lavender Pink #ECB4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.94%

 BLUE value IS 206 (80.86% from 255) = 33.12%

R = 37.94%
G = 28.94%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ECB4CE (or 0xECB4CE) is known color: Lavender Pink. HEX triplet: EC, B4 and CE. RGB value is (236,180,206). Sum of RGB (Red+Green+Blue) = 236+180+206=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4CE is #134B31. Grayscale: #C7C7C7. Windows color (decimal): -1264434 or 13546732. OLE color: 13546732.

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

Color convert

RGB 236 180 206 -
CMYK 0 0.24 0.13 0.07
HSL 332.14º 0.6% 0.82% -
HSV(B) 332.14º 0.24% 0.93% -
XYZ 62.05 54.93 65.72 -
YUV 199.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 236 180 206 0 0.24 0.13 0.07 332.14 0.6 0.82
Hex EC B4 CE 0 18 D 7 14C 3C 52
Octal 354 264 316 0 30 15 7 514 74 122
Binary 11101100 10110100 11001110 0 11000 1101 111 101001100 111100 1010010

Color Harmonies of #ECB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB4CE

Black with #ECB4CE

Text Example


Text Example

White with #ECB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB4CE; }

 p { color: rgb(236,180,206); }

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

background-color css

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

 a { background-color: rgb(236,180,206); }

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

border-color css

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

 span { border-color: rgb(236,180,206); }

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