Html Css Color HEX #EEBDBF Azalea

📋 copy color: '#EEBDBF'

red 238 ◦ green 189 ◦ blue 191

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

Shades of Azalea #EEBDBF

Tints of Azalea #EEBDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.58%

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

R = 38.51%
G = 30.58%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEBDBF (or 0xEEBDBF) is known color: Azalea. HEX triplet: EE, BD and BF. RGB value is (238,189,191). Sum of RGB (Red+Green+Blue) = 238+189+191=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDBF is #114240. Grayscale: #CBCBCB. Windows color (decimal): -1131073 or 12565998. OLE color: 12565998.

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

Color convert

RGB 238 189 191 -
CMYK 0 0.21 0.20 0.07
HSL 357.55º 0.59% 0.84% -
HSV(B) 357.55º 0.21% 0.93% -
XYZ 62.86 58.33 57.24 -
YUV 203.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 238 189 191 0 0.21 0.20 0.07 357.55 0.59 0.84
Hex EE BD BF 0 15 14 7 166 3B 54
Octal 356 275 277 0 25 24 7 546 73 124
Binary 11101110 10111101 10111111 0 10101 10100 111 101100110 111011 1010100

Color Harmonies of #EEBDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDBF

Black with #EEBDBF

Text Example


Text Example

White with #EEBDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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