Html Css Color HEX #EBB0BD Chantilly

📋 copy color: '#EBB0BD'

red 235 ◦ green 176 ◦ blue 189

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

Shades of Chantilly #EBB0BD

Tints of Chantilly #EBB0BD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.33%

 BLUE value IS 189 (74.22% from 255) = 31.5%

R = 39.17%
G = 29.33%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBB0BD (or 0xEBB0BD) is known color: Chantilly. HEX triplet: EB, B0 and BD. RGB value is (235,176,189). Sum of RGB (Red+Green+Blue) = 235+176+189=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0BD is #144F42. Grayscale: #C3C3C3. Windows color (decimal): -1331011 or 12431595. OLE color: 12431595.

HSL color Cylindrical-coordinate representation of color #EBB0BD: hue angle of 346.78º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB0BD is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 176 189 -
CMYK 0 0.25 0.20 0.08
HSL 346.78º 0.6% 0.81% -
HSV(B) 346.78º 0.25% 0.92% -
XYZ 58.97 52.39 55.15 -
YUV 195.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 235 176 189 0 0.25 0.20 0.08 346.78 0.6 0.81
Hex EB B0 BD 0 19 14 8 15B 3C 51
Octal 353 260 275 0 31 24 10 533 74 121
Binary 11101011 10110000 10111101 0 11001 10100 1000 101011011 111100 1010001

Color Harmonies of #EBB0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0BD

Black with #EBB0BD

Text Example


Text Example

White with #EBB0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0BD; }

 p { color: rgb(235,176,189); }

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

background-color css

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

 a { background-color: rgb(235,176,189); }

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

border-color css

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

 span { border-color: rgb(235,176,189); }

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