#EDBBD4

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

Shades of Classic Rose #EDBBD4

Tints of Classic Rose #EDBBD4

Color information

#EDBBD4 (or 0xEDBBD4) is unknown color: approx Classic Rose. HEX triplet: ED, BB and D4. RGB value is (237,187,212). Sum of RGB (Red+Green+Blue) = 237+187+212=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBD4 is #12442B. Grayscale: #CCCCCC. Windows color (decimal): -1197100 or 13941741. OLE color: 13941741.

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

Color convert

RGB237187212-
CMYK00.210.110.07
HSL330º58.14%83.14%-
HSV(B)330º21.1%92.94%-
XYZ64.5858.370.14-
YUV204.8132.06150.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 212 (83.20% from 255) = 33.33%
R=37.26%
G=29.40%
B=33.33%

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
Decimal23718721200.210.110.0733058.1483.14
HexEDBBD4015B714a3a53
Octal35527332402513751272123
Binary11101101101110111101010001010110111111010010101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBD4; }

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

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

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

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

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

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

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

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