#ECB4CF

Color #ECB4CF Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #ECB4CF

Tints of Lavender Pink #ECB4CF

Color information

#ECB4CF (or 0xECB4CF) is unknown color: approx 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

RGB236180207-
CMYK00.240.120.07
HSL331.07º59.57%81.57%-
HSV(B)331.07º23.73%92.55%-
XYZ62.1854.9866.37-
YUV199.82132.05153.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 180 (70.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618020700.240.120.07331.0759.5781.57
HexECB4CF018C714b3c52
Octal35426431703014751374122
Binary11101100101101001100111101100011001111010010111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>