Html Css Color HEX #ECB4CF Lavender Pink

📋 copy color: '#ECB4CF'

red 236 ◦ green 180 ◦ blue 207

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

Shades of Lavender Pink #ECB4CF

Tints of Lavender Pink #ECB4CF

RGB

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

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

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

R = 37.88%
G = 28.89%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ECB4CF (or 0xECB4CF) is known color: Lavender Pink. HEX triplet: EC, B4 and CF. RGB value is (236,180,207). Sum of RGB (Red+Green+Blue) = 236+180+207=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4CF is #134B30. Grayscale: #C7C7C7. Windows color (decimal): -1264433 or 13612268. OLE color: 13612268.

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

Color convert

RGB 236 180 207 -
CMYK 0 0.24 0.12 0.07
HSL 331.07º 0.6% 0.82% -
HSV(B) 331.07º 0.24% 0.93% -
XYZ 62.18 54.98 66.37 -
YUV 199.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 236 180 207 0 0.24 0.12 0.07 331.07 0.6 0.82
Hex EC B4 CF 0 18 C 7 14B 3C 52
Octal 354 264 317 0 30 14 7 513 74 122
Binary 11101100 10110100 11001111 0 11000 1100 111 101001011 111100 1010010

Color Harmonies of #ECB4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB4CF

Black with #ECB4CF

Text Example


Text Example

White with #ECB4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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