Html Css Color HEX #EDBAC0 Azalea

📋 copy color: '#EDBAC0'

red 237 ◦ green 186 ◦ blue 192

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

Shades of Azalea #EDBAC0

Tints of Azalea #EDBAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.22%

R = 38.54%
G = 30.24%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDBAC0 (or 0xEDBAC0) is known color: Azalea. HEX triplet: ED, BA and C0. RGB value is (237,186,192). Sum of RGB (Red+Green+Blue) = 237+186+192=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAC0 is #12453F. Grayscale: #C9C9C9. Windows color (decimal): -1197376 or 12630765. OLE color: 12630765.

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

Color convert

RGB 237 186 192 -
CMYK 0 0.22 0.19 0.07
HSL 352.94º 0.59% 0.83% -
HSV(B) 352.94º 0.22% 0.93% -
XYZ 62 56.93 57.59 -
YUV 201.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 237 186 192 0 0.22 0.19 0.07 352.94 0.59 0.83
Hex ED BA C0 0 16 13 7 161 3B 53
Octal 355 272 300 0 26 23 7 541 73 123
Binary 11101101 10111010 11000000 0 10110 10011 111 101100001 111011 1010011

Color Harmonies of #EDBAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAC0

Black with #EDBAC0

Text Example


Text Example

White with #EDBAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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