#EDCCE4

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

Shades of Classic Rose #EDCCE4

Tints of Classic Rose #EDCCE4

Color information

#EDCCE4 (or 0xEDCCE4) is unknown color: approx Classic Rose. HEX triplet: ED, CC and E4. RGB value is (237,204,228). Sum of RGB (Red+Green+Blue) = 237+204+228=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCE4 is #12331B. Grayscale: #D8D8D8. Windows color (decimal): -1192732 or 14994669. OLE color: 14994669.

HSL color Cylindrical-coordinate representation of color #EDCCE4: hue angle of 316.36º degrees, saturation: 0.48, 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 #EDCCE4 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB237204228-
CMYK00.140.040.07
HSL316.36º47.83%86.47%-
HSV(B)316.36º13.92%92.94%-
XYZ70.5266.7982.57-
YUV216.6134.43142.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 228 (89.45% from 255) = 34.08%
R=35.43%
G=30.49%
B=34.08%

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
Decimal23720422800.140.040.07316.3647.8386.47
HexEDCCE40E4713c3056
Octal3553143440164747460126
Binary111011011100110011100100011101001111001111001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCE4; }

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

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

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

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

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

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

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

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