#EDCBDD

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

Shades of Classic Rose #EDCBDD

Tints of Classic Rose #EDCBDD

Color information

#EDCBDD (or 0xEDCBDD) is unknown color: approx Classic Rose. HEX triplet: ED, CB and DD. RGB value is (237,203,221). Sum of RGB (Red+Green+Blue) = 237+203+221=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBDD is #123422. Grayscale: #D7D7D7. Windows color (decimal): -1192995 or 14535661. OLE color: 14535661.

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

Color convert

RGB237203221-
CMYK00.140.070.07
HSL328.24º48.57%86.27%-
HSV(B)328.24º14.35%92.94%-
XYZ69.3365.9477.48-
YUV215.22131.26143.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 203 (79.69% from 255) = 30.71%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=35.85%
G=30.71%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720322100.140.070.07328.2448.5786.27
HexEDCBDD0E771483156
Octal3553133350167751061126
Binary111011011100101111011101011101111111010010001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBDD; }

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

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

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

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

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

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

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

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