#EDBBD2

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

Shades of Classic Rose #EDBBD2

Tints of Classic Rose #EDBBD2

Color information

#EDBBD2 (or 0xEDBBD2) is unknown color: approx Classic Rose. HEX triplet: ED, BB and D2. RGB value is (237,187,210). Sum of RGB (Red+Green+Blue) = 237+187+210=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBD2 is #12442D. Grayscale: #CCCCCC. Windows color (decimal): -1197102 or 13810669. OLE color: 13810669.

HSL color Cylindrical-coordinate representation of color #EDBBD2: hue angle of 332.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBBD2 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB237187210-
CMYK00.210.110.07
HSL332.4º58.14%83.14%-
HSV(B)332.4º21.1%92.94%-
XYZ64.3358.268.82-
YUV204.57131.06151.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 187 (73.44% from 255) = 29.50%
BLUE value IS 210 (82.42% from 255) = 33.12%
R=37.38%
G=29.50%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718721000.210.110.07332.458.1483.14
HexEDBBD2015B714c3a53
Octal35527332202513751472123
Binary11101101101110111101001001010110111111010011001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBD2; }

 p { color: rgb(237,187,210); }

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

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

 a { background-color: rgb(237,187,210); }

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

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

 span { border-color: rgb(237,187,210); }

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