#EDCCDA

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

Shades of Classic Rose #EDCCDA

Tints of Classic Rose #EDCCDA

Color information

#EDCCDA (or 0xEDCCDA) is unknown color: approx Classic Rose. HEX triplet: ED, CC and DA. RGB value is (237,204,218). Sum of RGB (Red+Green+Blue) = 237+204+218=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCDA is #123325. Grayscale: #D7D7D7. Windows color (decimal): -1192742 or 14339309. OLE color: 14339309.

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

Color convert

RGB237204218-
CMYK00.140.080.07
HSL334.55º47.83%86.47%-
HSV(B)334.55º13.92%92.94%-
XYZ69.1766.2575.47-
YUV215.46129.43143.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 204 (80.08% from 255) = 30.96%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=35.96%
G=30.96%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720421800.140.080.07334.5547.8386.47
HexEDCCDA0E8714f3056
Octal35531433201610751760126
Binary1110110111001100110110100111010001111010011111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCDA; }

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

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

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

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

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

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

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

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