#EDDCDF

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

Shades of Pale Rose #EDDCDF

Tints of Pale Rose #EDDCDF

Color information

#EDDCDF (or 0xEDDCDF) is unknown color: approx Pale Rose. HEX triplet: ED, DC and DF. RGB value is (237,220,223). Sum of RGB (Red+Green+Blue) = 237+220+223=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCDF is #122320. Grayscale: #E1E1E1. Windows color (decimal): -1188641 or 14671085. OLE color: 14671085.

HSL color Cylindrical-coordinate representation of color #EDDCDF: hue angle of 349.41º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDDCDF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237220223-
CMYK00.070.060.07
HSL349.41º32.08%89.61%-
HSV(B)349.41º7.17%92.94%-
XYZ73.8474.5280.3-
YUV225.42126.63136.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.85%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 223 (87.5% from 255) = 32.79%
R=34.85%
G=32.35%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722022300.070.060.07349.4132.0889.61
HexEDDCDF076715d205a
Octal355334337076753540132
Binary11101101110111001101111101111101111010111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCDF; }

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

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

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

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

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

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

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

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