#EDBDD5

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

Shades of Classic Rose #EDBDD5

Tints of Classic Rose #EDBDD5

Color information

#EDBDD5 (or 0xEDBDD5) is unknown color: approx Classic Rose. HEX triplet: ED, BD and D5. RGB value is (237,189,213). Sum of RGB (Red+Green+Blue) = 237+189+213=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDD5 is #12422A. Grayscale: #CECECE. Windows color (decimal): -1196587 or 14007789. OLE color: 14007789.

HSL color Cylindrical-coordinate representation of color #EDBDD5: hue angle of 330º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDD5 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB237189213-
CMYK00.200.100.07
HSL330º57.14%83.53%-
HSV(B)330º20.25%92.94%-
XYZ65.1359.270.95-
YUV206.09131.9150.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 213 (83.59% from 255) = 33.33%
R=37.09%
G=29.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718921300.200.100.0733057.1483.53
HexEDBDD5014A714a3954
Octal35527532502412751271124
Binary11101101101111011101010101010010101111010010101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDD5; }

 p { color: rgb(237,189,213); }

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

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

 a { background-color: rgb(237,189,213); }

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

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

 span { border-color: rgb(237,189,213); }

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