Html Css Color HEX #EEBFC6 Azalea

📋 copy color: '#EEBFC6'

red 238 ◦ green 191 ◦ blue 198

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

Shades of Azalea #EEBFC6

Tints of Azalea #EEBFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.58%

R = 37.96%
G = 30.46%
B = 31.58%

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

#EEBFC6 (or 0xEEBFC6) is known color: Azalea. HEX triplet: EE, BF and C6. RGB value is (238,191,198). Sum of RGB (Red+Green+Blue) = 238+191+198=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFC6 is #114039. Grayscale: #CDCDCD. Windows color (decimal): -1130554 or 13025262. OLE color: 13025262.

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

Color convert

RGB 238 191 198 -
CMYK 0 0.20 0.17 0.07
HSL 351.06º 0.58% 0.84% -
HSV(B) 351.06º 0.2% 0.93% -
XYZ 64.08 59.52 61.54 -
YUV 205.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 238 191 198 0 0.20 0.17 0.07 351.06 0.58 0.84
Hex EE BF C6 0 14 11 7 15F 3A 54
Octal 356 277 306 0 24 21 7 537 72 124
Binary 11101110 10111111 11000110 0 10100 10001 111 101011111 111010 1010100

Color Harmonies of #EEBFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFC6

Black with #EEBFC6

Text Example


Text Example

White with #EEBFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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