Html Css Color HEX #ECB2CF Lavender Pink

📋 copy color: '#ECB2CF'

red 236 ◦ green 178 ◦ blue 207

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

Shades of Lavender Pink #ECB2CF

Tints of Lavender Pink #ECB2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.33%

R = 38%
G = 28.66%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ECB2CF (or 0xECB2CF) is known color: Lavender Pink. HEX triplet: EC, B2 and CF. RGB value is (236,178,207). Sum of RGB (Red+Green+Blue) = 236+178+207=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2CF is #134D30. Grayscale: #C6C6C6. Windows color (decimal): -1264945 or 13611756. OLE color: 13611756.

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

Color convert

RGB 236 178 207 -
CMYK 0 0.25 0.12 0.07
HSL 330º 0.6% 0.81% -
HSV(B) 330º 0.25% 0.93% -
XYZ 61.77 54.18 66.23 -
YUV 198.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 236 178 207 0 0.25 0.12 0.07 330 0.6 0.81
Hex EC B2 CF 0 19 C 7 14A 3C 51
Octal 354 262 317 0 31 14 7 512 74 121
Binary 11101100 10110010 11001111 0 11001 1100 111 101001010 111100 1010001

Color Harmonies of #ECB2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2CF

Black with #ECB2CF

Text Example


Text Example

White with #ECB2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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