#EDBAD4

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

Shades of Classic Rose #EDBAD4

Tints of Classic Rose #EDBAD4

Color information

#EDBAD4 (or 0xEDBAD4) is unknown color: approx Classic Rose. HEX triplet: ED, BA and D4. RGB value is (237,186,212). Sum of RGB (Red+Green+Blue) = 237+186+212=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAD4 is #12452B. Grayscale: #CCCCCC. Windows color (decimal): -1197356 or 13941485. OLE color: 13941485.

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

Color convert

RGB237186212-
CMYK00.220.110.07
HSL329.41º58.62%82.94%-
HSV(B)329.41º21.52%92.94%-
XYZ64.3757.8870.07-
YUV204.21132.4151.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 212 (83.20% from 255) = 33.39%
R=37.32%
G=29.29%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718621200.220.110.07329.4158.6282.94
HexEDBAD4016B71493b53
Octal35527232402613751173123
Binary11101101101110101101010001011010111111010010011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAD4; }

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

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

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

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

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

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

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

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