Html Css Color HEX #EBBACE Chantilly

📋 copy color: '#EBBACE'

red 235 ◦ green 186 ◦ blue 206

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

Shades of Chantilly #EBBACE

Tints of Chantilly #EBBACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.85%

R = 37.48%
G = 29.67%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBBACE (or 0xEBBACE) is known color: Chantilly. HEX triplet: EB, BA and CE. RGB value is (235,186,206). Sum of RGB (Red+Green+Blue) = 235+186+206=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBACE is #144531. Grayscale: #CACACA. Windows color (decimal): -1328434 or 13548267. OLE color: 13548267.

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

Color convert

RGB 235 186 206 -
CMYK 0 0.21 0.12 0.08
HSL 335.51º 0.55% 0.83% -
HSV(B) 335.51º 0.21% 0.92% -
XYZ 62.96 57.24 66.12 -
YUV 202.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 235 186 206 0 0.21 0.12 0.08 335.51 0.55 0.83
Hex EB BA CE 0 15 C 8 150 37 53
Octal 353 272 316 0 25 14 10 520 67 123
Binary 11101011 10111010 11001110 0 10101 1100 1000 101010000 110111 1010011

Color Harmonies of #EBBACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBACE

Black with #EBBACE

Text Example


Text Example

White with #EBBACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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