Html Css Color HEX #EEBDC4 Azalea

📋 copy color: '#EEBDC4'

red 238 ◦ green 189 ◦ blue 196

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

Shades of Azalea #EEBDC4

Tints of Azalea #EEBDC4

RGB

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

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

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

R = 38.2%
G = 30.34%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EEBDC4 (or 0xEEBDC4) is known color: Azalea. HEX triplet: EE, BD and C4. RGB value is (238,189,196). Sum of RGB (Red+Green+Blue) = 238+189+196=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDC4 is #11423B. Grayscale: #CCCCCC. Windows color (decimal): -1131068 or 12893678. OLE color: 12893678.

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

Color convert

RGB 238 189 196 -
CMYK 0 0.21 0.18 0.07
HSL 351.43º 0.59% 0.84% -
HSV(B) 351.43º 0.21% 0.93% -
XYZ 63.42 58.56 60.18 -
YUV 204.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 238 189 196 0 0.21 0.18 0.07 351.43 0.59 0.84
Hex EE BD C4 0 15 12 7 15F 3B 54
Octal 356 275 304 0 25 22 7 537 73 124
Binary 11101110 10111101 11000100 0 10101 10010 111 101011111 111011 1010100

Color Harmonies of #EEBDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDC4

Black with #EEBDC4

Text Example


Text Example

White with #EEBDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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