Html Css Color HEX #EBBAC1 Chantilly

📋 copy color: '#EBBAC1'

red 235 ◦ green 186 ◦ blue 193

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

Shades of Chantilly #EBBAC1

Tints of Chantilly #EBBAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.43%

R = 38.27%
G = 30.29%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBBAC1 (or 0xEBBAC1) is known color: Chantilly. HEX triplet: EB, BA and C1. RGB value is (235,186,193). Sum of RGB (Red+Green+Blue) = 235+186+193=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAC1 is #14453E. Grayscale: #C9C9C9. Windows color (decimal): -1328447 or 12696299. OLE color: 12696299.

HSL color Cylindrical-coordinate representation of color #EBBAC1: hue angle of 351.43º 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 #EBBAC1 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 186 193 -
CMYK 0 0.21 0.18 0.08
HSL 351.43º 0.55% 0.83% -
HSV(B) 351.43º 0.21% 0.92% -
XYZ 61.45 56.63 58.14 -
YUV 201.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 235 186 193 0 0.21 0.18 0.08 351.43 0.55 0.83
Hex EB BA C1 0 15 12 8 15F 37 53
Octal 353 272 301 0 25 22 10 537 67 123
Binary 11101011 10111010 11000001 0 10101 10010 1000 101011111 110111 1010011

Color Harmonies of #EBBAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAC1

Black with #EBBAC1

Text Example


Text Example

White with #EBBAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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