Html Css Color HEX #ECB2BE Chantilly

📋 copy color: '#ECB2BE'

red 236 ◦ green 178 ◦ blue 190

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

Shades of Chantilly #ECB2BE

Tints of Chantilly #ECB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.47%

 BLUE value IS 190 (74.61% from 255) = 31.46%

R = 39.07%
G = 29.47%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ECB2BE (or 0xECB2BE) is known color: Chantilly. HEX triplet: EC, B2 and BE. RGB value is (236,178,190). Sum of RGB (Red+Green+Blue) = 236+178+190=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2BE is #134D41. Grayscale: #C4C4C4. Windows color (decimal): -1264962 or 12497644. OLE color: 12497644.

HSL color Cylindrical-coordinate representation of color #ECB2BE: hue angle of 347.59º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB2BE is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 178 190 -
CMYK 0 0.25 0.19 0.07
HSL 347.59º 0.6% 0.81% -
HSV(B) 347.59º 0.25% 0.93% -
XYZ 59.81 53.39 55.87 -
YUV 196.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 236 178 190 0 0.25 0.19 0.07 347.59 0.6 0.81
Hex EC B2 BE 0 19 13 7 15C 3C 51
Octal 354 262 276 0 31 23 7 534 74 121
Binary 11101100 10110010 10111110 0 11001 10011 111 101011100 111100 1010001

Color Harmonies of #ECB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2BE

Black with #ECB2BE

Text Example


Text Example

White with #ECB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2BE; }

 p { color: rgb(236,178,190); }

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

background-color css

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

 a { background-color: rgb(236,178,190); }

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

border-color css

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

 span { border-color: rgb(236,178,190); }

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