Html Css Color HEX #EBB5C0 Chantilly

📋 copy color: '#EBB5C0'

red 235 ◦ green 181 ◦ blue 192

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

Shades of Chantilly #EBB5C0

Tints of Chantilly #EBB5C0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.77%

 BLUE value IS 192 (75.39% from 255) = 31.58%

R = 38.65%
G = 29.77%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBB5C0 (or 0xEBB5C0) is known color: Chantilly. HEX triplet: EB, B5 and C0. RGB value is (235,181,192). Sum of RGB (Red+Green+Blue) = 235+181+192=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5C0 is #144A3F. Grayscale: #C6C6C6. Windows color (decimal): -1329728 or 12629483. OLE color: 12629483.

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

Color convert

RGB 235 181 192 -
CMYK 0 0.23 0.18 0.08
HSL 347.78º 0.57% 0.82% -
HSV(B) 347.78º 0.23% 0.92% -
XYZ 60.3 54.52 57.21 -
YUV 198.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 235 181 192 0 0.23 0.18 0.08 347.78 0.57 0.82
Hex EB B5 C0 0 17 12 8 15C 39 52
Octal 353 265 300 0 27 22 10 534 71 122
Binary 11101011 10110101 11000000 0 10111 10010 1000 101011100 111001 1010010

Color Harmonies of #EBB5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB5C0

Black with #EBB5C0

Text Example


Text Example

White with #EBB5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB5C0; }

 p { color: rgb(235,181,192); }

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

background-color css

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

 a { background-color: rgb(235,181,192); }

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

border-color css

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

 span { border-color: rgb(235,181,192); }

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