Html Css Color HEX #EEBFC5 Azalea

📋 copy color: '#EEBFC5'

red 238 ◦ green 191 ◦ blue 197

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

Shades of Azalea #EEBFC5

Tints of Azalea #EEBFC5

RGB

 RED value IS 238 (93.36% from 255) = 38.02%

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

 BLUE value IS 197 (77.34% from 255) = 31.47%

R = 38.02%
G = 30.51%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EEBFC5 (or 0xEEBFC5) is known color: Azalea. HEX triplet: EE, BF and C5. RGB value is (238,191,197). Sum of RGB (Red+Green+Blue) = 238+191+197=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFC5 is #11403A. Grayscale: #CDCDCD. Windows color (decimal): -1130555 or 12959726. OLE color: 12959726.

HSL color Cylindrical-coordinate representation of color #EEBFC5: hue angle of 352.34º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBFC5 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 191 197 -
CMYK 0 0.20 0.17 0.07
HSL 352.34º 0.58% 0.84% -
HSV(B) 352.34º 0.2% 0.93% -
XYZ 63.97 59.47 60.93 -
YUV 205.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 238 191 197 0 0.20 0.17 0.07 352.34 0.58 0.84
Hex EE BF C5 0 14 11 7 160 3A 54
Octal 356 277 305 0 24 21 7 540 72 124
Binary 11101110 10111111 11000101 0 10100 10001 111 101100000 111010 1010100

Color Harmonies of #EEBFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFC5

Black with #EEBFC5

Text Example


Text Example

White with #EEBFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFC5; }

 p { color: rgb(238,191,197); }

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

background-color css

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

 a { background-color: rgb(238,191,197); }

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

border-color css

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

 span { border-color: rgb(238,191,197); }

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