#EDDFE1

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

Shades of Pale Rose #EDDFE1

Tints of Pale Rose #EDDFE1

Color information

#EDDFE1 (or 0xEDDFE1) is unknown color: approx Pale Rose. HEX triplet: ED, DF and E1. RGB value is (237,223,225). Sum of RGB (Red+Green+Blue) = 237+223+225=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFE1 is #12201E. Grayscale: #E3E3E3. Windows color (decimal): -1187871 or 14802925. OLE color: 14802925.

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

Color convert

RGB237223225-
CMYK00.060.050.07
HSL351.43º28%90.2%-
HSV(B)351.43º5.91%92.94%-
XYZ74.976.2282-
YUV227.41126.64134.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 223 (87.5% from 255) = 32.55%
BLUE value IS 225 (88.28% from 255) = 32.85%
R=34.60%
G=32.55%
B=32.85%

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
Decimal23722322500.060.050.07351.432890.2
HexEDDFE1065715f1c5a
Octal355337341065753734132
Binary1110110111011111111000010110101111101011111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFE1; }

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

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

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

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

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

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

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

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