Html Css Color HEX #EEC3C2 Beauty Bush

📋 copy color: '#EEC3C2'

red 238 ◦ green 195 ◦ blue 194

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

Shades of Beauty Bush #EEC3C2

Tints of Beauty Bush #EEC3C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.94%

R = 37.96%
G = 31.1%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EEC3C2 (or 0xEEC3C2) is known color: Beauty Bush. HEX triplet: EE, C3 and C2. RGB value is (238,195,194). Sum of RGB (Red+Green+Blue) = 238+195+194=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC3C2 is #113C3D. Grayscale: #CFCFCF. Windows color (decimal): -1129534 or 12764142. OLE color: 12764142.

HSL color Cylindrical-coordinate representation of color #EEC3C2: hue angle of 1.36º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC3C2 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 195 194 -
CMYK 0 0.18 0.18 0.07
HSL 1.36º 0.56% 0.85% -
HSV(B) 1.36º 0.18% 0.93% -
XYZ 64.51 61.1 59.43 -
YUV 207.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 238 195 194 0 0.18 0.18 0.07 1.36 0.56 0.85
Hex EE C3 C2 0 12 12 7 1 38 55
Octal 356 303 302 0 22 22 7 1 70 125
Binary 11101110 11000011 11000010 0 10010 10010 111 1 111000 1010101

Color Harmonies of #EEC3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC3C2

Black with #EEC3C2

Text Example


Text Example

White with #EEC3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC3C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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