Html Css Color HEX #EBB6C0 Chantilly

📋 copy color: '#EBB6C0'

red 235 ◦ green 182 ◦ blue 192

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

Shades of Chantilly #EBB6C0

Tints of Chantilly #EBB6C0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.89%

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

R = 38.59%
G = 29.89%
B = 31.53%

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

#EBB6C0 (or 0xEBB6C0) is known color: Chantilly. HEX triplet: EB, B6 and C0. RGB value is (235,182,192). Sum of RGB (Red+Green+Blue) = 235+182+192=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6C0 is #14493F. Grayscale: #C7C7C7. Windows color (decimal): -1329472 or 12629739. OLE color: 12629739.

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

Color convert

RGB 235 182 192 -
CMYK 0 0.23 0.18 0.08
HSL 348.68º 0.57% 0.82% -
HSV(B) 348.68º 0.23% 0.92% -
XYZ 60.5 54.92 57.28 -
YUV 198.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 235 182 192 0 0.23 0.18 0.08 348.68 0.57 0.82
Hex EB B6 C0 0 17 12 8 15D 39 52
Octal 353 266 300 0 27 22 10 535 71 122
Binary 11101011 10110110 11000000 0 10111 10010 1000 101011101 111001 1010010

Color Harmonies of #EBB6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB6C0

Black with #EBB6C0

Text Example


Text Example

White with #EBB6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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