Html Css Color HEX #ECB2CD Lavender Pink

📋 copy color: '#ECB2CD'

red 236 ◦ green 178 ◦ blue 205

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

Shades of Lavender Pink #ECB2CD

Tints of Lavender Pink #ECB2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.76%

 BLUE value IS 205 (80.47% from 255) = 33.12%

R = 38.13%
G = 28.76%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ECB2CD (or 0xECB2CD) is known color: Lavender Pink. HEX triplet: EC, B2 and CD. RGB value is (236,178,205). Sum of RGB (Red+Green+Blue) = 236+178+205=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2CD is #134D32. Grayscale: #C6C6C6. Windows color (decimal): -1264947 or 13480684. OLE color: 13480684.

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

Color convert

RGB 236 178 205 -
CMYK 0 0.25 0.13 0.07
HSL 332.07º 0.6% 0.81% -
HSV(B) 332.07º 0.25% 0.93% -
XYZ 61.53 54.08 64.95 -
YUV 198.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 236 178 205 0 0.25 0.13 0.07 332.07 0.6 0.81
Hex EC B2 CD 0 19 D 7 14C 3C 51
Octal 354 262 315 0 31 15 7 514 74 121
Binary 11101100 10110010 11001101 0 11001 1101 111 101001100 111100 1010001

Color Harmonies of #ECB2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2CD

Black with #ECB2CD

Text Example


Text Example

White with #ECB2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2CD; }

 p { color: rgb(236,178,205); }

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

background-color css

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

 a { background-color: rgb(236,178,205); }

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

border-color css

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

 span { border-color: rgb(236,178,205); }

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