Html Css Color HEX #ECB8BA Blossom

📋 copy color: '#ECB8BA'

red 236 ◦ green 184 ◦ blue 186

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

Shades of Blossom #ECB8BA

Tints of Blossom #ECB8BA

RGB

 RED value IS 236 (92.58% from 255) = 38.94%

 GREEN value IS 184 (72.27% from 255) = 30.36%

 BLUE value IS 186 (73.05% from 255) = 30.69%

R = 38.94%
G = 30.36%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ECB8BA (or 0xECB8BA) is known color: Blossom. HEX triplet: EC, B8 and BA. RGB value is (236,184,186). Sum of RGB (Red+Green+Blue) = 236+184+186=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8BA is #134745. Grayscale: #C7C7C7. Windows color (decimal): -1263430 or 12237036. OLE color: 12237036.

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

Color convert

RGB 236 184 186 -
CMYK 0 0.22 0.21 0.07
HSL 357.69º 0.58% 0.82% -
HSV(B) 357.69º 0.22% 0.93% -
XYZ 60.6 55.66 54 -
YUV 199.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 236 184 186 0 0.22 0.21 0.07 357.69 0.58 0.82
Hex EC B8 BA 0 16 15 7 166 3A 52
Octal 354 270 272 0 26 25 7 546 72 122
Binary 11101100 10111000 10111010 0 10110 10101 111 101100110 111010 1010010

Color Harmonies of #ECB8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB8BA

Black with #ECB8BA

Text Example


Text Example

White with #ECB8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB8BA; }

 p { color: rgb(236,184,186); }

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

background-color css

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

 a { background-color: rgb(236,184,186); }

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

border-color css

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

 span { border-color: rgb(236,184,186); }

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