Html Css Color HEX #EBB4BE Chantilly

📋 copy color: '#EBB4BE'

red 235 ◦ green 180 ◦ blue 190

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

Shades of Chantilly #EBB4BE

Tints of Chantilly #EBB4BE

RGB

 RED value IS 235 (92.19% from 255) = 38.84%

 GREEN value IS 180 (70.7% from 255) = 29.75%

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

R = 38.84%
G = 29.75%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBB4BE (or 0xEBB4BE) is known color: Chantilly. HEX triplet: EB, B4 and BE. RGB value is (235,180,190). Sum of RGB (Red+Green+Blue) = 235+180+190=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4BE is #144B41. Grayscale: #C5C5C5. Windows color (decimal): -1329986 or 12498155. OLE color: 12498155.

HSL color Cylindrical-coordinate representation of color #EBB4BE: hue angle of 349.09º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB4BE is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 180 190 -
CMYK 0 0.23 0.19 0.08
HSL 349.09º 0.58% 0.81% -
HSV(B) 349.09º 0.23% 0.92% -
XYZ 59.88 54.02 55.99 -
YUV 197.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 235 180 190 0 0.23 0.19 0.08 349.09 0.58 0.81
Hex EB B4 BE 0 17 13 8 15D 3A 51
Octal 353 264 276 0 27 23 10 535 72 121
Binary 11101011 10110100 10111110 0 10111 10011 1000 101011101 111010 1010001

Color Harmonies of #EBB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4BE

Black with #EBB4BE

Text Example


Text Example

White with #EBB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4BE; }

 p { color: rgb(235,180,190); }

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

background-color css

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

 a { background-color: rgb(235,180,190); }

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

border-color css

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

 span { border-color: rgb(235,180,190); }

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