Html Css Color HEX #EBBAC2 Chantilly

📋 copy color: '#EBBAC2'

red 235 ◦ green 186 ◦ blue 194

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

Shades of Chantilly #EBBAC2

Tints of Chantilly #EBBAC2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.24%

 BLUE value IS 194 (76.17% from 255) = 31.54%

R = 38.21%
G = 30.24%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBBAC2 (or 0xEBBAC2) is known color: Chantilly. HEX triplet: EB, BA and C2. RGB value is (235,186,194). Sum of RGB (Red+Green+Blue) = 235+186+194=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAC2 is #14453D. Grayscale: #C9C9C9. Windows color (decimal): -1328446 or 12761835. OLE color: 12761835.

HSL color Cylindrical-coordinate representation of color #EBBAC2: hue angle of 350.2º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBAC2 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 186 194 -
CMYK 0 0.21 0.17 0.08
HSL 350.2º 0.55% 0.83% -
HSV(B) 350.2º 0.21% 0.92% -
XYZ 61.56 56.68 58.73 -
YUV 201.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 235 186 194 0 0.21 0.17 0.08 350.2 0.55 0.83
Hex EB BA C2 0 15 11 8 15E 37 53
Octal 353 272 302 0 25 21 10 536 67 123
Binary 11101011 10111010 11000010 0 10101 10001 1000 101011110 110111 1010011

Color Harmonies of #EBBAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAC2

Black with #EBBAC2

Text Example


Text Example

White with #EBBAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAC2; }

 p { color: rgb(235,186,194); }

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

background-color css

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

 a { background-color: rgb(235,186,194); }

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

border-color css

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

 span { border-color: rgb(235,186,194); }

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