Html Css Color HEX #ECB2D8 Lavender Pink

📋 copy color: '#ECB2D8'

red 236 ◦ green 178 ◦ blue 216

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

Shades of Lavender Pink #ECB2D8

Tints of Lavender Pink #ECB2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.29%

R = 37.46%
G = 28.25%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ECB2D8 (or 0xECB2D8) is known color: Lavender Pink. HEX triplet: EC, B2 and D8. RGB value is (236,178,216). Sum of RGB (Red+Green+Blue) = 236+178+216=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 178 (69.92% from 255 or 28.25% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2D8 is #134D27. Grayscale: #C7C7C7. Windows color (decimal): -1264936 or 14201580. OLE color: 14201580.

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

Color convert

RGB 236 178 216 -
CMYK 0 0.25 0.08 0.07
HSL 320.69º 0.6% 0.81% -
HSV(B) 320.69º 0.25% 0.93% -
XYZ 62.91 54.63 72.2 -
YUV 199.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 236 178 216 0 0.25 0.08 0.07 320.69 0.6 0.81
Hex EC B2 D8 0 19 8 7 141 3C 51
Octal 354 262 330 0 31 10 7 501 74 121
Binary 11101100 10110010 11011000 0 11001 1000 111 101000001 111100 1010001

Color Harmonies of #ECB2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2D8

Black with #ECB2D8

Text Example


Text Example

White with #ECB2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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