#ECDBE4

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

Shades of Pig Pink #ECDBE4

Tints of Pig Pink #ECDBE4

Color information

#ECDBE4 (or 0xECDBE4) is unknown color: approx Pig Pink. HEX triplet: EC, DB and E4. RGB value is (236,219,228). Sum of RGB (Red+Green+Blue) = 236+219+228=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 228 (89.45% from 255 or 33.38% from 683); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBE4 is #13241B. Grayscale: #E1E1E1. Windows color (decimal): -1254428 or 14998508. OLE color: 14998508.

HSL color Cylindrical-coordinate representation of color #ECDBE4: hue angle of 328.24º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDBE4 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236219228-
CMYK00.070.030.07
HSL328.24º30.91%89.22%-
HSV(B)328.24º7.2%92.55%-
XYZ73.9374.183.8-
YUV225.11129.63135.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 219 (85.94% from 255) = 32.06%
BLUE value IS 228 (89.45% from 255) = 33.38%
R=34.55%
G=32.06%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621922800.070.030.07328.2430.9189.22
HexECDBE407371481f59
Octal354333344073751037131
Binary111011001101101111100100011111111101001000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBE4; }

 p { color: rgb(236,219,228); }

 H1.HeaderClassName
 {
   color: #ECDBE4;
 }
 .AnyTagClassName
 {
   color: #ECDBE4;
 }
</style>
background-color css

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

 a { background-color: rgb(236,219,228); }

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

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

 span { border-color: rgb(236,219,228); }

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