Html Css Color HEX #EEBFC4 Azalea

📋 copy color: '#EEBFC4'

red 238 ◦ green 191 ◦ blue 196

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

Shades of Azalea #EEBFC4

Tints of Azalea #EEBFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.36%

R = 38.08%
G = 30.56%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EEBFC4 (or 0xEEBFC4) is known color: Azalea. HEX triplet: EE, BF and C4. RGB value is (238,191,196). Sum of RGB (Red+Green+Blue) = 238+191+196=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFC4 is #11403B. Grayscale: #CDCDCD. Windows color (decimal): -1130556 or 12894190. OLE color: 12894190.

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

Color convert

RGB 238 191 196 -
CMYK 0 0.20 0.18 0.07
HSL 353.62º 0.58% 0.84% -
HSV(B) 353.62º 0.2% 0.93% -
XYZ 63.85 59.42 60.33 -
YUV 205.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 238 191 196 0 0.20 0.18 0.07 353.62 0.58 0.84
Hex EE BF C4 0 14 12 7 162 3A 54
Octal 356 277 304 0 24 22 7 542 72 124
Binary 11101110 10111111 11000100 0 10100 10010 111 101100010 111010 1010100

Color Harmonies of #EEBFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFC4

Black with #EEBFC4

Text Example


Text Example

White with #EEBFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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