#EDCBE4

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

Shades of Classic Rose #EDCBE4

Tints of Classic Rose #EDCBE4

Color information

#EDCBE4 (or 0xEDCBE4) is unknown color: approx Classic Rose. HEX triplet: ED, CB and E4. RGB value is (237,203,228). Sum of RGB (Red+Green+Blue) = 237+203+228=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBE4 is #12341B. Grayscale: #D7D7D7. Windows color (decimal): -1192988 or 14994413. OLE color: 14994413.

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

Color convert

RGB237203228-
CMYK00.140.040.07
HSL315.88º48.57%86.27%-
HSV(B)315.88º14.35%92.94%-
XYZ70.2866.3282.5-
YUV216.02134.76142.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 203 (79.69% from 255) = 30.39%
BLUE value IS 228 (89.45% from 255) = 34.13%
R=35.48%
G=30.39%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720322800.140.040.07315.8848.5786.27
HexEDCBE40E4713c3156
Octal3553133440164747461126
Binary111011011100101111100100011101001111001111001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBE4; }

 p { color: rgb(237,203,228); }

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

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

 a { background-color: rgb(237,203,228); }

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

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

 span { border-color: rgb(237,203,228); }

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