Html Css Color HEX #EBB9C1 Chantilly

📋 copy color: '#EBB9C1'

red 235 ◦ green 185 ◦ blue 193

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

Shades of Chantilly #EBB9C1

Tints of Chantilly #EBB9C1

RGB

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

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

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

R = 38.34%
G = 30.18%
B = 31.48%

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

#EBB9C1 (or 0xEBB9C1) is known color: Chantilly. HEX triplet: EB, B9 and C1. RGB value is (235,185,193). Sum of RGB (Red+Green+Blue) = 235+185+193=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9C1 is #14463E. Grayscale: #C8C8C8. Windows color (decimal): -1328703 or 12696043. OLE color: 12696043.

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

Color convert

RGB 235 185 193 -
CMYK 0 0.21 0.18 0.08
HSL 350.4º 0.56% 0.82% -
HSV(B) 350.4º 0.21% 0.92% -
XYZ 61.24 56.21 58.07 -
YUV 200.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 235 185 193 0 0.21 0.18 0.08 350.4 0.56 0.82
Hex EB B9 C1 0 15 12 8 15E 38 52
Octal 353 271 301 0 25 22 10 536 70 122
Binary 11101011 10111001 11000001 0 10101 10010 1000 101011110 111000 1010010

Color Harmonies of #EBB9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB9C1

Black with #EBB9C1

Text Example


Text Example

White with #EBB9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB9C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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