#EDBDD9

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

Shades of Classic Rose #EDBDD9

Tints of Classic Rose #EDBDD9

Color information

#EDBDD9 (or 0xEDBDD9) is unknown color: approx Classic Rose. HEX triplet: ED, BD and D9. RGB value is (237,189,217). Sum of RGB (Red+Green+Blue) = 237+189+217=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDD9 is #124226. Grayscale: #CECECE. Windows color (decimal): -1196583 or 14269933. OLE color: 14269933.

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

Color convert

RGB237189217-
CMYK00.200.080.07
HSL325º57.14%83.53%-
HSV(B)325º20.25%92.94%-
XYZ65.6559.4173.65-
YUV206.54133.9149.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 189 (74.22% from 255) = 29.39%
BLUE value IS 217 (85.16% from 255) = 33.75%
R=36.86%
G=29.39%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718921700.200.080.0732557.1483.53
HexEDBDD9014871453954
Octal35527533102410750571124
Binary11101101101111011101100101010010001111010001011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDD9; }

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

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

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

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

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

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

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

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