Html Css Color HEX #EDBAD5 Classic Rose

📋 copy color: '#EDBAD5'

red 237 ◦ green 186 ◦ blue 213

#EDBAD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #EDBAD5

Tints of Classic Rose #EDBAD5

RGB

 RED value IS 237 (92.97% from 255) = 37.26%

 GREEN value IS 186 (73.05% from 255) = 29.25%

 BLUE value IS 213 (83.59% from 255) = 33.49%

R = 37.26%
G = 29.25%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EDBAD5 (or 0xEDBAD5) is known color: Classic Rose. HEX triplet: ED, BA and D5. RGB value is (237,186,213). Sum of RGB (Red+Green+Blue) = 237+186+213=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAD5 is #12452A. Grayscale: #CCCCCC. Windows color (decimal): -1197355 or 14007021. OLE color: 14007021.

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

Color convert

RGB 237 186 213 -
CMYK 0 0.22 0.10 0.07
HSL 328.24º 0.59% 0.83% -
HSV(B) 328.24º 0.22% 0.93% -
XYZ 64.49 57.93 70.73 -
YUV 204.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 237 186 213 0 0.22 0.10 0.07 328.24 0.59 0.83
Hex ED BA D5 0 16 A 7 148 3B 53
Octal 355 272 325 0 26 12 7 510 73 123
Binary 11101101 10111010 11010101 0 10110 1010 111 101001000 111011 1010011

Color Harmonies of #EDBAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAD5

Black with #EDBAD5

Text Example


Text Example

White with #EDBAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAD5; }

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

 H1.HeaderClassName
 {
   color: #EDBAD5;
 }
 .AnyTagClassName
 {
   color: #EDBAD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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