#EDBDDD

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

Shades of Classic Rose #EDBDDD

Tints of Classic Rose #EDBDDD

Color information

#EDBDDD (or 0xEDBDDD) is unknown color: approx Classic Rose. HEX triplet: ED, BD and DD. RGB value is (237,189,221). Sum of RGB (Red+Green+Blue) = 237+189+221=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDDD is #124222. Grayscale: #CECECE. Windows color (decimal): -1196579 or 14532077. OLE color: 14532077.

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

Color convert

RGB237189221-
CMYK00.200.070.07
HSL320º57.14%83.53%-
HSV(B)320º20.25%92.94%-
XYZ66.1759.6276.43-
YUV207135.9149.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 189 (74.22% from 255) = 29.21%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=36.63%
G=29.21%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718922100.200.070.0732057.1483.53
HexEDBDDD014771403954
Octal3552753350247750071124
Binary1110110110111101110111010101001111111010000001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDDD; }

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

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

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

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

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

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

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

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