Html Css Color HEX #EFB7BF Chantilly

📋 copy color: '#EFB7BF'

red 239 ◦ green 183 ◦ blue 191

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

Shades of Chantilly #EFB7BF

Tints of Chantilly #EFB7BF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.85%

 BLUE value IS 191 (75% from 255) = 31.16%

R = 38.99%
G = 29.85%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFB7BF (or 0xEFB7BF) is known color: Chantilly. HEX triplet: EF, B7 and BF. RGB value is (239,183,191). Sum of RGB (Red+Green+Blue) = 239+183+191=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7BF is #104840. Grayscale: #C8C8C8. Windows color (decimal): -1067073 or 12564463. OLE color: 12564463.

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

Color convert

RGB 239 183 191 -
CMYK 0 0.23 0.20 0.06
HSL 351.43º 0.64% 0.83% -
HSV(B) 351.43º 0.23% 0.94% -
XYZ 61.93 55.98 56.83 -
YUV 200.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 239 183 191 0 0.23 0.20 0.06 351.43 0.64 0.83
Hex EF B7 BF 0 17 14 6 15F 40 53
Octal 357 267 277 0 27 24 6 537 100 123
Binary 11101111 10110111 10111111 0 10111 10100 110 101011111 1000000 1010011

Color Harmonies of #EFB7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB7BF

Black with #EFB7BF

Text Example


Text Example

White with #EFB7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB7BF; }

 p { color: rgb(239,183,191); }

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

background-color css

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

 a { background-color: rgb(239,183,191); }

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

border-color css

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

 span { border-color: rgb(239,183,191); }

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