Html Css Color HEX #EEBBC0 Azalea

📋 copy color: '#EEBBC0'

red 238 ◦ green 187 ◦ blue 192

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

Shades of Azalea #EEBBC0

Tints of Azalea #EEBBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.31%

 BLUE value IS 192 (75.39% from 255) = 31.12%

R = 38.57%
G = 30.31%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EEBBC0 (or 0xEEBBC0) is known color: Azalea. HEX triplet: EE, BB and C0. RGB value is (238,187,192). Sum of RGB (Red+Green+Blue) = 238+187+192=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBC0 is #11443F. Grayscale: #CACACA. Windows color (decimal): -1131584 or 12631022. OLE color: 12631022.

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

Color convert

RGB 238 187 192 -
CMYK 0 0.21 0.19 0.07
HSL 354.12º 0.6% 0.83% -
HSV(B) 354.12º 0.21% 0.93% -
XYZ 62.54 57.52 57.68 -
YUV 202.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 238 187 192 0 0.21 0.19 0.07 354.12 0.6 0.83
Hex EE BB C0 0 15 13 7 162 3C 53
Octal 356 273 300 0 25 23 7 542 74 123
Binary 11101110 10111011 11000000 0 10101 10011 111 101100010 111100 1010011

Color Harmonies of #EEBBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBBC0

Black with #EEBBC0

Text Example


Text Example

White with #EEBBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBBC0; }

 p { color: rgb(238,187,192); }

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

background-color css

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

 a { background-color: rgb(238,187,192); }

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

border-color css

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

 span { border-color: rgb(238,187,192); }

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