Html Css Color HEX #EDBFC2 Azalea

📋 copy color: '#EDBFC2'

red 237 ◦ green 191 ◦ blue 194

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

Shades of Azalea #EDBFC2

Tints of Azalea #EDBFC2

RGB

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

 GREEN value IS 191 (75% from 255) = 30.71%

 BLUE value IS 194 (76.17% from 255) = 31.19%

R = 38.1%
G = 30.71%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EDBFC2 (or 0xEDBFC2) is known color: Azalea. HEX triplet: ED, BF and C2. RGB value is (237,191,194). Sum of RGB (Red+Green+Blue) = 237+191+194=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFC2 is #12403D. Grayscale: #CDCDCD. Windows color (decimal): -1196094 or 12763117. OLE color: 12763117.

HSL color Cylindrical-coordinate representation of color #EDBFC2: hue angle of 356.09º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDBFC2 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 191 194 -
CMYK 0 0.19 0.18 0.07
HSL 356.09º 0.56% 0.84% -
HSV(B) 356.09º 0.19% 0.93% -
XYZ 63.29 59.16 59.12 -
YUV 205.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 237 191 194 0 0.19 0.18 0.07 356.09 0.56 0.84
Hex ED BF C2 0 13 12 7 164 38 54
Octal 355 277 302 0 23 22 7 544 70 124
Binary 11101101 10111111 11000010 0 10011 10010 111 101100100 111000 1010100

Color Harmonies of #EDBFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFC2

Black with #EDBFC2

Text Example


Text Example

White with #EDBFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFC2; }

 p { color: rgb(237,191,194); }

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

background-color css

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

 a { background-color: rgb(237,191,194); }

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

border-color css

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

 span { border-color: rgb(237,191,194); }

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