#ECDFE7

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

Shades of Pig Pink #ECDFE7

Tints of Pig Pink #ECDFE7

Color information

#ECDFE7 (or 0xECDFE7) is unknown color: approx Pig Pink. HEX triplet: EC, DF and E7. RGB value is (236,223,231). Sum of RGB (Red+Green+Blue) = 236+223+231=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDFE7 is #132018. Grayscale: #E3E3E3. Windows color (decimal): -1253401 or 15196140. OLE color: 15196140.

HSL color Cylindrical-coordinate representation of color #ECDFE7: hue angle of 323.08º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDFE7 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB236223231-
CMYK00.060.020.07
HSL323.08º25.49%90%-
HSV(B)323.08º5.51%92.55%-
XYZ75.476.3886.37-
YUV227.8129.81133.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.20%
GREEN value IS 223 (87.5% from 255) = 32.32%
BLUE value IS 231 (90.62% from 255) = 33.48%
R=34.20%
G=32.32%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622323100.060.020.07323.0825.4990
HexECDFE70627143195a
Octal354337347062750331132
Binary111011001101111111100111011010111101000011110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFE7; }

 p { color: rgb(236,223,231); }

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

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

 a { background-color: rgb(236,223,231); }

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

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

 span { border-color: rgb(236,223,231); }

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