#EDBDD6

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

Shades of Classic Rose #EDBDD6

Tints of Classic Rose #EDBDD6

Color information

#EDBDD6 (or 0xEDBDD6) is unknown color: approx Classic Rose. HEX triplet: ED, BD and D6. RGB value is (237,189,214). Sum of RGB (Red+Green+Blue) = 237+189+214=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDD6 is #124229. Grayscale: #CECECE. Windows color (decimal): -1196586 or 14073325. OLE color: 14073325.

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

Color convert

RGB237189214-
CMYK00.200.100.07
HSL328.75º57.14%83.53%-
HSV(B)328.75º20.25%92.94%-
XYZ65.2659.2571.62-
YUV206.2132.4149.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 214 (83.98% from 255) = 33.44%
R=37.03%
G=29.53%
B=33.44%

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
Decimal23718921400.200.100.07328.7557.1483.53
HexEDBDD6014A71493954
Octal35527532602412751171124
Binary11101101101111011101011001010010101111010010011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDD6; }

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

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

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

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

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

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

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

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