Html Css Color HEX #ECB6BB Blossom

📋 copy color: '#ECB6BB'

red 236 ◦ green 182 ◦ blue 187

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

Shades of Blossom #ECB6BB

Tints of Blossom #ECB6BB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.08%

 BLUE value IS 187 (73.44% from 255) = 30.91%

R = 39.01%
G = 30.08%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ECB6BB (or 0xECB6BB) is known color: Blossom. HEX triplet: EC, B6 and BB. RGB value is (236,182,187). Sum of RGB (Red+Green+Blue) = 236+182+187=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6BB is #134944. Grayscale: #C6C6C6. Windows color (decimal): -1263941 or 12302060. OLE color: 12302060.

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

Color convert

RGB 236 182 187 -
CMYK 0 0.23 0.21 0.07
HSL 354.44º 0.59% 0.82% -
HSV(B) 354.44º 0.23% 0.93% -
XYZ 60.29 54.88 54.43 -
YUV 198.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 236 182 187 0 0.23 0.21 0.07 354.44 0.59 0.82
Hex EC B6 BB 0 17 15 7 162 3B 52
Octal 354 266 273 0 27 25 7 542 73 122
Binary 11101100 10110110 10111011 0 10111 10101 111 101100010 111011 1010010

Color Harmonies of #ECB6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB6BB

Black with #ECB6BB

Text Example


Text Example

White with #ECB6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB6BB; }

 p { color: rgb(236,182,187); }

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

background-color css

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

 a { background-color: rgb(236,182,187); }

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

border-color css

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

 span { border-color: rgb(236,182,187); }

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