Html Css Color HEX #EBB1C5 Chantilly

📋 copy color: '#EBB1C5'

red 235 ◦ green 177 ◦ blue 197

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

Shades of Chantilly #EBB1C5

Tints of Chantilly #EBB1C5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.06%

 BLUE value IS 197 (77.34% from 255) = 32.35%

R = 38.59%
G = 29.06%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EBB1C5 (or 0xEBB1C5) is known color: Chantilly. HEX triplet: EB, B1 and C5. RGB value is (235,177,197). Sum of RGB (Red+Green+Blue) = 235+177+197=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1C5 is #144E3A. Grayscale: #C4C4C4. Windows color (decimal): -1330747 or 12956139. OLE color: 12956139.

HSL color Cylindrical-coordinate representation of color #EBB1C5: hue angle of 339.31º degrees, saturation: 0.59, 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 #EBB1C5 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 177 197 -
CMYK 0 0.25 0.16 0.08
HSL 339.31º 0.59% 0.81% -
HSV(B) 339.31º 0.25% 0.92% -
XYZ 60.06 53.14 59.91 -
YUV 196.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 235 177 197 0 0.25 0.16 0.08 339.31 0.59 0.81
Hex EB B1 C5 0 19 10 8 153 3B 51
Octal 353 261 305 0 31 20 10 523 73 121
Binary 11101011 10110001 11000101 0 11001 10000 1000 101010011 111011 1010001

Color Harmonies of #EBB1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1C5

Black with #EBB1C5

Text Example


Text Example

White with #EBB1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1C5; }

 p { color: rgb(235,177,197); }

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

background-color css

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

 a { background-color: rgb(235,177,197); }

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

border-color css

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

 span { border-color: rgb(235,177,197); }

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