Html Css Color HEX #EFB6BE Chantilly

📋 copy color: '#EFB6BE'

red 239 ◦ green 182 ◦ blue 190

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

Shades of Chantilly #EFB6BE

Tints of Chantilly #EFB6BE

RGB

 RED value IS 239 (93.75% from 255) = 39.12%

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

 BLUE value IS 190 (74.61% from 255) = 31.1%

R = 39.12%
G = 29.79%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFB6BE (or 0xEFB6BE) is known color: Chantilly. HEX triplet: EF, B6 and BE. RGB value is (239,182,190). Sum of RGB (Red+Green+Blue) = 239+182+190=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6BE is #104941. Grayscale: #C7C7C7. Windows color (decimal): -1067330 or 12498671. OLE color: 12498671.

HSL color Cylindrical-coordinate representation of color #EFB6BE: hue angle of 351.58º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB6BE is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 182 190 -
CMYK 0 0.24 0.21 0.06
HSL 351.58º 0.64% 0.83% -
HSV(B) 351.58º 0.24% 0.94% -
XYZ 61.62 55.52 56.18 -
YUV 199.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 239 182 190 0 0.24 0.21 0.06 351.58 0.64 0.83
Hex EF B6 BE 0 18 15 6 160 40 53
Octal 357 266 276 0 30 25 6 540 100 123
Binary 11101111 10110110 10111110 0 11000 10101 110 101100000 1000000 1010011

Color Harmonies of #EFB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6BE

Black with #EFB6BE

Text Example


Text Example

White with #EFB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6BE; }

 p { color: rgb(239,182,190); }

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

background-color css

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

 a { background-color: rgb(239,182,190); }

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

border-color css

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

 span { border-color: rgb(239,182,190); }

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