#ECE3DE

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

Shades of Fair Pink #ECE3DE

Tints of Fair Pink #ECE3DE

Color information

#ECE3DE (or 0xECE3DE) is unknown color: approx Fair Pink. HEX triplet: EC, E3 and DE. RGB value is (236,227,222). Sum of RGB (Red+Green+Blue) = 236+227+222=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE3DE is #131C21. Grayscale: #E5E5E5. Windows color (decimal): -1252386 or 14607340. OLE color: 14607340.

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

Color convert

RGB236227222-
CMYK00.040.060.07
HSL21.43º26.92%89.8%-
HSV(B)21.43º5.93%92.55%-
XYZ75.2578.0480.21-
YUV229.12123.98132.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 227 (89.06% from 255) = 33.14%
BLUE value IS 222 (87.11% from 255) = 32.41%
R=34.45%
G=33.14%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622722200.040.060.0721.4326.9289.8
HexECE3DE0467151b5a
Octal35434333604672533132
Binary111011001110001111011110010011011110101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE3DE; }

 p { color: rgb(236,227,222); }

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

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

 a { background-color: rgb(236,227,222); }

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

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

 span { border-color: rgb(236,227,222); }

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