Html Css Color HEX #EEC3BD Beauty Bush

📋 copy color: '#EEC3BD'

red 238 ◦ green 195 ◦ blue 189

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

Shades of Beauty Bush #EEC3BD

Tints of Beauty Bush #EEC3BD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.35%

 BLUE value IS 189 (74.22% from 255) = 30.39%

R = 38.26%
G = 31.35%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EEC3BD (or 0xEEC3BD) is known color: Beauty Bush. HEX triplet: EE, C3 and BD. RGB value is (238,195,189). Sum of RGB (Red+Green+Blue) = 238+195+189=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC3BD is #113C42. Grayscale: #CFCFCF. Windows color (decimal): -1129539 or 12436462. OLE color: 12436462.

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

Color convert

RGB 238 195 189 -
CMYK 0 0.18 0.21 0.07
HSL 7.35º 0.59% 0.84% -
HSV(B) 7.35º 0.21% 0.93% -
XYZ 63.96 60.88 56.52 -
YUV 207.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 238 195 189 0 0.18 0.21 0.07 7.35 0.59 0.84
Hex EE C3 BD 0 12 15 7 7 3B 54
Octal 356 303 275 0 22 25 7 7 73 124
Binary 11101110 11000011 10111101 0 10010 10101 111 111 111011 1010100

Color Harmonies of #EEC3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC3BD

Black with #EEC3BD

Text Example


Text Example

White with #EEC3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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