Html Css Color HEX #ECB6B8 Blossom

📋 copy color: '#ECB6B8'

red 236 ◦ green 182 ◦ blue 184

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

Shades of Blossom #ECB6B8

Tints of Blossom #ECB6B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.56%

R = 39.2%
G = 30.23%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ECB6B8 (or 0xECB6B8) is known color: Blossom. HEX triplet: EC, B6 and B8. RGB value is (236,182,184). Sum of RGB (Red+Green+Blue) = 236+182+184=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 184 (72.27% from 255 or 30.56% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6B8 is #134947. Grayscale: #C6C6C6. Windows color (decimal): -1263944 or 12105452. OLE color: 12105452.

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

Color convert

RGB 236 182 184 -
CMYK 0 0.23 0.22 0.07
HSL 357.78º 0.59% 0.82% -
HSV(B) 357.78º 0.23% 0.93% -
XYZ 59.97 54.75 52.75 -
YUV 198.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 236 182 184 0 0.23 0.22 0.07 357.78 0.59 0.82
Hex EC B6 B8 0 17 16 7 166 3B 52
Octal 354 266 270 0 27 26 7 546 73 122
Binary 11101100 10110110 10111000 0 10111 10110 111 101100110 111011 1010010

Color Harmonies of #ECB6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB6B8

Black with #ECB6B8

Text Example


Text Example

White with #ECB6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB6B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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