Html Css Color HEX #EBB9BF Chantilly

📋 copy color: '#EBB9BF'

red 235 ◦ green 185 ◦ blue 191

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

Shades of Chantilly #EBB9BF

Tints of Chantilly #EBB9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.28%

 BLUE value IS 191 (75% from 255) = 31.26%

R = 38.46%
G = 30.28%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBB9BF (or 0xEBB9BF) is known color: Chantilly. HEX triplet: EB, B9 and BF. RGB value is (235,185,191). Sum of RGB (Red+Green+Blue) = 235+185+191=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9BF is #144640. Grayscale: #C8C8C8. Windows color (decimal): -1328705 or 12564971. OLE color: 12564971.

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

Color convert

RGB 235 185 191 -
CMYK 0 0.21 0.19 0.08
HSL 352.8º 0.56% 0.82% -
HSV(B) 352.8º 0.21% 0.92% -
XYZ 61.01 56.12 56.91 -
YUV 200.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 235 185 191 0 0.21 0.19 0.08 352.8 0.56 0.82
Hex EB B9 BF 0 15 13 8 161 38 52
Octal 353 271 277 0 25 23 10 541 70 122
Binary 11101011 10111001 10111111 0 10101 10011 1000 101100001 111000 1010010

Color Harmonies of #EBB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB9BF

Black with #EBB9BF

Text Example


Text Example

White with #EBB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB9BF; }

 p { color: rgb(235,185,191); }

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

background-color css

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

 a { background-color: rgb(235,185,191); }

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

border-color css

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

 span { border-color: rgb(235,185,191); }

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