#EDBBDA

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

Shades of Classic Rose #EDBBDA

Tints of Classic Rose #EDBBDA

Color information

#EDBBDA (or 0xEDBBDA) is unknown color: approx Classic Rose. HEX triplet: ED, BB and DA. RGB value is (237,187,218). Sum of RGB (Red+Green+Blue) = 237+187+218=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBDA is #124425. Grayscale: #CDCDCD. Windows color (decimal): -1197094 or 14334957. OLE color: 14334957.

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

Color convert

RGB237187218-
CMYK00.210.080.07
HSL322.8º58.14%83.14%-
HSV(B)322.8º21.1%92.94%-
XYZ65.3558.6174.2-
YUV205.48135.06150.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=36.92%
G=29.13%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718721800.210.080.07322.858.1483.14
HexEDBBDA015871433a53
Octal35527333202510750372123
Binary11101101101110111101101001010110001111010000111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBDA; }

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

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

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

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

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

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

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

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