#ECDFE6

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

Shades of Pig Pink #ECDFE6

Tints of Pig Pink #ECDFE6

Color information

#ECDFE6 (or 0xECDFE6) is unknown color: approx Pig Pink. HEX triplet: EC, DF and E6. RGB value is (236,223,230). Sum of RGB (Red+Green+Blue) = 236+223+230=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDFE6 is #132019. Grayscale: #E3E3E3. Windows color (decimal): -1253402 or 15130604. OLE color: 15130604.

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

Color convert

RGB236223230-
CMYK00.060.030.07
HSL327.69º25.49%90%-
HSV(B)327.69º5.51%92.55%-
XYZ75.2676.3285.63-
YUV227.68129.31133.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.25%
GREEN value IS 223 (87.5% from 255) = 32.37%
BLUE value IS 230 (90.23% from 255) = 33.38%
R=34.25%
G=32.37%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622323000.060.030.07327.6925.4990
HexECDFE60637148195a
Octal354337346063751031132
Binary111011001101111111100110011011111101001000110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFE6; }

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

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

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

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

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

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

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

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