#EDCED4

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

Shades of Pale Rose #EDCED4

Tints of Pale Rose #EDCED4

Color information

#EDCED4 (or 0xEDCED4) is unknown color: approx Pale Rose. HEX triplet: ED, CE and D4. RGB value is (237,206,212). Sum of RGB (Red+Green+Blue) = 237+206+212=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCED4 is #12312B. Grayscale: #D7D7D7. Windows color (decimal): -1192236 or 13946605. OLE color: 13946605.

HSL color Cylindrical-coordinate representation of color #EDCED4: hue angle of 348.39º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDCED4 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB237206212-
CMYK00.130.110.07
HSL348.39º46.27%86.86%-
HSV(B)348.39º13.08%92.94%-
XYZ68.8866.971.57-
YUV215.95125.77143.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 212 (83.20% from 255) = 32.37%
R=36.18%
G=31.45%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720621200.130.110.07348.3946.2786.86
HexEDCED40DB715c2e57
Octal35531632401513753456127
Binary1110110111001110110101000110110111111010111001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCED4; }

 p { color: rgb(237,206,212); }

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

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

 a { background-color: rgb(237,206,212); }

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

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

 span { border-color: rgb(237,206,212); }

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