#EDDCE7

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

Shades of Classic Rose #EDDCE7

Tints of Classic Rose #EDDCE7

Color information

#EDDCE7 (or 0xEDDCE7) is unknown color: approx Classic Rose. HEX triplet: ED, DC and E7. RGB value is (237,220,231). Sum of RGB (Red+Green+Blue) = 237+220+231=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCE7 is #122318. Grayscale: #E2E2E2. Windows color (decimal): -1188633 or 15195373. OLE color: 15195373.

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

Color convert

RGB237220231-
CMYK00.070.030.07
HSL321.18º32.08%89.61%-
HSV(B)321.18º7.17%92.94%-
XYZ74.9474.9686.12-
YUV226.34130.63135.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.45%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 231 (90.62% from 255) = 33.58%
R=34.45%
G=31.98%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722023100.070.030.07321.1832.0889.61
HexEDDCE70737141205a
Octal355334347073750140132
Binary1110110111011100111001110111111111010000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCE7; }

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

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

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

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

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

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

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

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