Html Css Color HEX #EFBEBF Azalea

📋 copy color: '#EFBEBF'

red 239 ◦ green 190 ◦ blue 191

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

Shades of Azalea #EFBEBF

Tints of Azalea #EFBEBF

RGB

 RED value IS 239 (93.75% from 255) = 38.55%

 GREEN value IS 190 (74.61% from 255) = 30.65%

 BLUE value IS 191 (75% from 255) = 30.81%

R = 38.55%
G = 30.65%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFBEBF (or 0xEFBEBF) is known color: Azalea. HEX triplet: EF, BE and BF. RGB value is (239,190,191). Sum of RGB (Red+Green+Blue) = 239+190+191=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEBF is #104140. Grayscale: #CCCCCC. Windows color (decimal): -1065281 or 12566255. OLE color: 12566255.

HSL color Cylindrical-coordinate representation of color #EFBEBF: hue angle of 358.78º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBEBF is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 190 191 -
CMYK 0 0.21 0.20 0.06
HSL 358.78º 0.6% 0.84% -
HSV(B) 358.78º 0.21% 0.94% -
XYZ 63.41 58.94 57.32 -
YUV 204.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 239 190 191 0 0.21 0.20 0.06 358.78 0.6 0.84
Hex EF BE BF 0 15 14 6 167 3C 54
Octal 357 276 277 0 25 24 6 547 74 124
Binary 11101111 10111110 10111111 0 10101 10100 110 101100111 111100 1010100

Color Harmonies of #EFBEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEBF

Black with #EFBEBF

Text Example


Text Example

White with #EFBEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEBF; }

 p { color: rgb(239,190,191); }

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

background-color css

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

 a { background-color: rgb(239,190,191); }

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

border-color css

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

 span { border-color: rgb(239,190,191); }

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