#EDC0DE

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

Shades of Classic Rose #EDC0DE

Tints of Classic Rose #EDC0DE

Color information

#EDC0DE (or 0xEDC0DE) is unknown color: approx Classic Rose. HEX triplet: ED, C0 and DE. RGB value is (237,192,222). Sum of RGB (Red+Green+Blue) = 237+192+222=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0DE is #123F21. Grayscale: #D0D0D0. Windows color (decimal): -1195810 or 14598381. OLE color: 14598381.

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

Color convert

RGB237192222-
CMYK00.190.060.07
HSL320º55.56%84.12%-
HSV(B)320º18.99%92.94%-
XYZ66.9660.9877.35-
YUV208.88135.41148.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 192 (75.39% from 255) = 29.49%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=36.41%
G=29.49%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719222200.190.060.0732055.5684.12
HexEDC0DE013671403854
Octal3553003360236750070124
Binary1110110111000000110111100100111101111010000001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC0DE; }

 p { color: rgb(237,192,222); }

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

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

 a { background-color: rgb(237,192,222); }

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

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

 span { border-color: rgb(237,192,222); }

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