Html Css Color HEX #EDBADA Classic Rose

📋 copy color: '#EDBADA'

red 237 ◦ green 186 ◦ blue 218

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

Shades of Classic Rose #EDBADA

Tints of Classic Rose #EDBADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.01%

R = 36.97%
G = 29.02%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDBADA (or 0xEDBADA) is known color: Classic Rose. HEX triplet: ED, BA and DA. RGB value is (237,186,218). Sum of RGB (Red+Green+Blue) = 237+186+218=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBADA is #124525. Grayscale: #CCCCCC. Windows color (decimal): -1197350 or 14334701. OLE color: 14334701.

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

Color convert

RGB 237 186 218 -
CMYK 0 0.22 0.08 0.07
HSL 322.35º 0.59% 0.83% -
HSV(B) 322.35º 0.22% 0.93% -
XYZ 65.14 58.18 74.13 -
YUV 204.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 237 186 218 0 0.22 0.08 0.07 322.35 0.59 0.83
Hex ED BA DA 0 16 8 7 142 3B 53
Octal 355 272 332 0 26 10 7 502 73 123
Binary 11101101 10111010 11011010 0 10110 1000 111 101000010 111011 1010011

Color Harmonies of #EDBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBADA

Black with #EDBADA

Text Example


Text Example

White with #EDBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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