Html Css Color HEX #EBBACF Chantilly

📋 copy color: '#EBBACF'

red 235 ◦ green 186 ◦ blue 207

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

Shades of Chantilly #EBBACF

Tints of Chantilly #EBBACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.96%

R = 37.42%
G = 29.62%
B = 32.96%

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

#EBBACF (or 0xEBBACF) is known color: Chantilly. HEX triplet: EB, BA and CF. RGB value is (235,186,207). Sum of RGB (Red+Green+Blue) = 235+186+207=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBACF is #144530. Grayscale: #CBCBCB. Windows color (decimal): -1328433 or 13613803. OLE color: 13613803.

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

Color convert

RGB 235 186 207 -
CMYK 0 0.21 0.12 0.08
HSL 334.29º 0.55% 0.83% -
HSV(B) 334.29º 0.21% 0.92% -
XYZ 63.08 57.28 66.76 -
YUV 203.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 235 186 207 0 0.21 0.12 0.08 334.29 0.55 0.83
Hex EB BA CF 0 15 C 8 14E 37 53
Octal 353 272 317 0 25 14 10 516 67 123
Binary 11101011 10111010 11001111 0 10101 1100 1000 101001110 110111 1010011

Color Harmonies of #EBBACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBACF

Black with #EBBACF

Text Example


Text Example

White with #EBBACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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