Html Css Color HEX #EBB9C5 Chantilly

📋 copy color: '#EBB9C5'

red 235 ◦ green 185 ◦ blue 197

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

Shades of Chantilly #EBB9C5

Tints of Chantilly #EBB9C5

RGB

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

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

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

R = 38.09%
G = 29.98%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EBB9C5 (or 0xEBB9C5) is known color: Chantilly. HEX triplet: EB, B9 and C5. RGB value is (235,185,197). Sum of RGB (Red+Green+Blue) = 235+185+197=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9C5 is #14463A. Grayscale: #C9C9C9. Windows color (decimal): -1328699 or 12958187. OLE color: 12958187.

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

Color convert

RGB 235 185 197 -
CMYK 0 0.21 0.16 0.08
HSL 345.6º 0.56% 0.82% -
HSV(B) 345.6º 0.21% 0.92% -
XYZ 61.69 56.39 60.46 -
YUV 201.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 235 185 197 0 0.21 0.16 0.08 345.6 0.56 0.82
Hex EB B9 C5 0 15 10 8 15A 38 52
Octal 353 271 305 0 25 20 10 532 70 122
Binary 11101011 10111001 11000101 0 10101 10000 1000 101011010 111000 1010010

Color Harmonies of #EBB9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB9C5

Black with #EBB9C5

Text Example


Text Example

White with #EBB9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB9C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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