Html Css Color HEX #ECB0D4 Lavender Pink

📋 copy color: '#ECB0D4'

red 236 ◦ green 176 ◦ blue 212

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

Shades of Lavender Pink #ECB0D4

Tints of Lavender Pink #ECB0D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.97%

R = 37.82%
G = 28.21%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ECB0D4 (or 0xECB0D4) is known color: Lavender Pink. HEX triplet: EC, B0 and D4. RGB value is (236,176,212). Sum of RGB (Red+Green+Blue) = 236+176+212=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0D4 is #134F2B. Grayscale: #C5C5C5. Windows color (decimal): -1265452 or 13938924. OLE color: 13938924.

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

Color convert

RGB 236 176 212 -
CMYK 0 0.25 0.10 0.07
HSL 324º 0.61% 0.81% -
HSV(B) 324º 0.25% 0.93% -
XYZ 62 53.64 69.37 -
YUV 198.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 236 176 212 0 0.25 0.10 0.07 324 0.61 0.81
Hex EC B0 D4 0 19 A 7 144 3D 51
Octal 354 260 324 0 31 12 7 504 75 121
Binary 11101100 10110000 11010100 0 11001 1010 111 101000100 111101 1010001

Color Harmonies of #ECB0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0D4

Black with #ECB0D4

Text Example


Text Example

White with #ECB0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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