#EDDFE0

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

Shades of Pale Rose #EDDFE0

Tints of Pale Rose #EDDFE0

Color information

#EDDFE0 (or 0xEDDFE0) is unknown color: approx Pale Rose. HEX triplet: ED, DF and E0. RGB value is (237,223,224). Sum of RGB (Red+Green+Blue) = 237+223+224=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFE0 is #12201F. Grayscale: #E3E3E3. Windows color (decimal): -1187872 or 14737389. OLE color: 14737389.

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

Color convert

RGB237223224-
CMYK00.060.050.07
HSL355.71º28%90.2%-
HSV(B)355.71º5.91%92.94%-
XYZ74.7776.1681.28-
YUV227.3126.14134.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 224 (87.89% from 255) = 32.75%
R=34.65%
G=32.60%
B=32.75%

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
Decimal23722322400.060.050.07355.712890.2
HexEDDFE006571641c5a
Octal355337340065754434132
Binary1110110111011111111000000110101111101100100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFE0; }

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

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

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

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

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

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

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

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