#EDCDCE

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

Shades of Pale Rose #EDCDCE

Tints of Pale Rose #EDCDCE

Color information

#EDCDCE (or 0xEDCDCE) is unknown color: approx Pale Rose. HEX triplet: ED, CD and CE. RGB value is (237,205,206). Sum of RGB (Red+Green+Blue) = 237+205+206=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDCE is #123231. Grayscale: #D6D6D6. Windows color (decimal): -1192498 or 13553133. OLE color: 13553133.

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

Color convert

RGB237205206-
CMYK00.140.130.07
HSL358.12º47.06%86.67%-
HSV(B)358.12º13.5%92.94%-
XYZ67.966.1267.58-
YUV214.68123.1143.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 206 (80.86% from 255) = 31.79%
R=36.57%
G=31.64%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720520600.140.130.07358.1247.0686.67
HexEDCDCE0ED71662f57
Octal35531531601615754657127
Binary1110110111001101110011100111011011111011001101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDCE; }

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

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

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

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

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

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

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

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