#ECDFE1

Color #ECDFE1 Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #ECDFE1

Tints of Pale Rose #ECDFE1

Color information

#ECDFE1 (or 0xECDFE1) is unknown color: approx Pale Rose. HEX triplet: EC, DF and E1. RGB value is (236,223,225). Sum of RGB (Red+Green+Blue) = 236+223+225=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFE1 is #13201E. Grayscale: #E3E3E3. Windows color (decimal): -1253407 or 14802924. OLE color: 14802924.

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

Color convert

RGB236223225-
CMYK00.060.050.07
HSL350.77º25.49%90%-
HSV(B)350.77º5.51%92.55%-
XYZ74.5776.0481.98-
YUV227.11126.81134.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 225 (88.28% from 255) = 32.89%
R=34.50%
G=32.60%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622322500.060.050.07350.7725.4990
HexECDFE1065715f195a
Octal354337341065753731132
Binary1110110011011111111000010110101111101011111110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFE1; }

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

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

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

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

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

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

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

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